How can I use react-native link or How can I link a third party library manually in IOS and Android using exponent.
I was trying to link react-native-image-cro
To achieve this, create a new fresh project with:
npx create-react-native-app
copy your files of components and your dependencies on the new generated project.
The best of both worlds, Expo and React-Native.
More information can be found in the docs: https://github.com/expo/create-react-native-app#usage-with-expo-client-app