I tried to run a react native expo project using these steps:
- Pull the updated code
- delete
node_module
npm install
cd /ios
andpod install
iOS - expo run:ios
Android - expo run:android
But for expo run:ios
I got below error
AddInstanceForFactory: No factory registered for id <CFUUID 0x692883833b500> F8BC4C28-BNE8-15D6-9T31-858449315CD46
How can I resolve this error and run the app on device.
Note: App is running when I start using yarn start
or npm run
. I need above method because this is the easiest way to use a native module in our application without ejecting the expo app.