You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into the same problem trying to adapt react-native-webview-leaflet and react-native-webview-quill-js to use this library. Both packages work well in their standalone demo apps, but the webviews in my packages are unable to find their index.html files when the packages are included in a separate application. Is this an issue that will be addressed at some point?
When passing a
file://
reference toresolveAsync
, the file must be in the expo directory. Of not, an error will be thrown around https://github.com/expo/expo-file-system/blob/master/ios/EXFileSystem/EXFileSystem.m:639.This is not ideal, as it prevents other libraries from easily using expo modules without depending on expo completely.
My current workaround is as follows, using react-native-fs to copy to the expo directory:
The text was updated successfully, but these errors were encountered: