here is the version Old Version => "react-native-webview": "^11.17.2", New Version => "react-native-webview": "^11.18.0"
I am using webview to render html but it requires or depend on an other lib
react-native-test-app
here is the warning I got
warn Package react-native-webview has been ignored because it contains invalid configuration. Reason: Cannot find module 'react-native-test-app/package.json'
Require stack:
when I install this
npm i react-native-test-app
then its work fine for android but for ios it causing pods issue. if I go back to old version it is still exists. Thanks in advance please waiting for your help
Upgrade your package version as this issue has been resolved in version 11.18.1.
https://github.com/react-native-webview/react-native-webview/releases/tag/v11.18.1
Seems like version 11.18.0 is buggy and this issue provokes problems on the linking. The recomendation for now is to downgrade 11.17.2, you can read more at their git repo related issues & 2430
11.18.0 This version doesn't work very well.
11.17.2 This version doesn't work very well.
I use 11.15.0
yarn remove react-native-webview
yarn add react-native-webview@11.15.0cd ios
pod install