react-native-offline-cache-webview
react-native-offline-cache-webview copied to clipboard
RNAdvancedWebView does not exist
Hi,
I just follow your steps on RN 0.55.4 version and when I run the app, I got this error.
What's the possible solution for this?

I'm having the same problem, did you find a solution for this?
Hi,
No brother, I have then use some caching properties which was working as that library had.
On Sep 5, 2018 12:17 PM, "Batist Leman" [email protected] wrote:
I'm having the same problem, did you find a solution for this?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zhangtaii/react-native-offline-cache-webview/issues/1#issuecomment-418618056, or mute the thread https://github.com/notifications/unsubscribe-auth/AdRiqNRu0bKBkfaPN5C5hk8zk61KYr9iks5uX3N1gaJpZM4WCht2 .
I solved this problem by upgrading react-native and running in the ios folder
pod init
pod install
It looks like RNAdvancedWebView is missing.
So install below module from which this module is forked.
npm i react-native-advanced-webview --save
react-native link react-native-advanced-webview
I am using expo and facing the same problem.. any solution so far?
Hi, No brother, I have then use some caching properties which was working as that library had. … On Sep 5, 2018 12:17 PM, "Batist Leman" @.***> wrote: I'm having the same problem, did you find a solution for this? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#1 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AdRiqNRu0bKBkfaPN5C5hk8zk61KYr9iks5uX3N1gaJpZM4WCht2 .
@PujanShah22 what was your alternative solution bro.. I would like to cache a webview that includes a video . .. can you help?