I'm a react-native beginner and I'm using expo (for simplicity reasons mainly)
When using your package I can no longer run the app because expo gives this error
[Error: The package 'react-native-image-generator' doesn't seem to be linked. Make sure:
- You rebuilt the app after installing the package
- You are not using Expo managed workflow
]
I know that I could do expo eject and then use Android Studio to build and run the app ... but actually (at the current point of time) I do not want to lose the simplicity of expo.
So is it possible to use your package together with expo?
I'm a react-native beginner and I'm using expo (for simplicity reasons mainly)
When using your package I can no longer run the app because expo gives this error
I know that I could do
expo ejectand then use Android Studio to build and run the app ... but actually (at the current point of time) I do not want to lose the simplicity of expo.So is it possible to use your package together with expo?