Shiven Khurana
Shiven Khurana

Reputation: 21

How to fix :Typeerror: (0 , _native.createnavigatorfactory) is not a function. React Native app

Whenever I run my react native app through expo go (iOS) it shows that app-bundling had completed, but a few seconds later it would show the error: typeerror: (0 , _native.createnavigatorfactory) is not a function. I cannot seem to find a way to fix this after scrolling through the internet for hours. My project is located in GitHub: https://github.com/ShivenKhurana1/MoleDetect

I tried uninstall node_modules and installing it again with npm install I tried doing npm install @react-navigation/native

Thanks!

Upvotes: 0

Views: 40

Answers (0)

Related Questions