Add an option to load local resource from the app bundle in IOS for WebView #15946
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Type: Enhancement
A new feature or enhancement of an existing feature.
<WebView source={{ uri: Platform.OS === 'ios' ? 'file.html' : 'file:///android_asset/file.html' }} startInLoadingState={true} />
The text was updated successfully, but these errors were encountered: