reggie3/react-native-webview-quilljs

Unable to run demo on pure react native project

Closed this issue · 5 comments

I have tried with the new version of the repository (0.8.41), but I am getting below issue while running demo:
unable to resolve module expo-file-system from /node_modules/expo-asset-utils/src/copyAssetToSameDirectorWithNewNameAsync.js

@reggie3 It would be great if you resolve the issue.

Seems like the simplest way to resolve this is to also install the whole unimodules to make use of expo API
yarn add react-native-unimodules

https://blog.expo.io/you-can-now-use-expo-apis-in-any-react-native-app-7c3a93041331

@AdityaSantoso I don't want to add whole react-native-unimodules into the app.

@reggie3 is there any update on this

This project relies on certain expo libraries and won't work without them.