I am trying to use webview but somehow does not display anything.
I tried importing webview on react native and also tried import using react-native-webview but still can't find any good solution. (using expo)
You could check my sample snacks:
https://snack.expo.io/rkuhXxLwB => using import { WebView } from 'react-native'
https://snack.expo.io/HksNveIwr => using import { WebView } from 'react-native-webview'
Please Note: I have also tried to test this on my actual device but same result
Appreciate your help with this.