Reputation: 1094
Is caching already enabled in the React Native WebView by default? If not, how can I do it, do I need to use some libraries? Is there a way to check if the WebView is loading from cache, or downloading resources again from the web?
Upvotes: 2
Views: 3482
Reputation: 2452
I doubt that caching is enabled by default.
Have you checked out react-native-offline-cache-webview? I think it can help you out.
Upvotes: 2