Divyansh Goenka
Divyansh Goenka

Reputation: 1094

React Native WebView enable caching

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

Answers (1)

giotskhada
giotskhada

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

Related Questions