-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated WebView library (the one being used is gonna be removed) and iOS error #96
base: master
Are you sure you want to change the base?
Conversation
note that this has a problem with expo |
I'm having issues adding this fork as I think the source package.json has an invalid semver version...
|
I changed the version, it should work now 😄 |
I don't really work with expo, could you tell me what the problem is? |
Added a new commit to fix a iOS error by whitelisting the file directory on the webview. |
only error im getting in my testflight build is related to the deprecated webview from this package, any chance this will be merged soon? |
can you please update ASAP . since our app usage a lot of highcharts and in the latest release of react-native does not support webview from react-native . Please replace it with webview from react-native-webview |
Do you know when this pull request will be merge ? We need it to use it with react-native 0.59. |
Please accept the pull request so we can update our application. |
According to the React Native Docs the
<WebView/>
is going to be removed from React Native core and we should instead use react-native-community/react-native-webview.