-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Install doesn't work #7742
Comments
Have the same with 7.34.0, but I'm trying to upgrade from 0.67.5, I also have expo 48.0.19 |
@ArshanKhanifar Looks like there is already solution for it here |
Avoid using this package, it's been a more than a year an no one has bothered to fix it, i recommend that you use react navigation instead of this dead package. |
yeah I ended up using react navigation. |
Hey, please try |
Here is not working too. The android version is perfect working but in the iOS is showing the same error. I'm coming from the v62.2 to v72.3 of react native. I tried several solutions here from the people but without success. My current project is stuck on this and I don't know what to do in this case, so I'm trying to move to another navigation lib :( I tested all releases of this lib since 7.34 and none worked. In my case I'm not using Expo |
@gustavomodena have you tried 7.36.0? |
Hi @yogevbd, I'm working in a project using your library since the beginning there in RN v49 I guess. As the time was passing I was updating the project. Recently I needed to upgrade the react native from 62.2 to 72.3 and I got it, the android version is running perfect but iOS don't initialize. I'm getting this error:
On my index.js I have this:
On flow.js:
I tested now the v7.37.0 and still not works on iOS :( |
@gustavomodena hey, please send me a private message on our discord so we can schedule a call and I can help you debug it and also understand what is missing in our docs |
how to solve this problem? |
This works for me using
`
|
What happened?
I simply followed all of the instructions on the website while having created a new react native app:
then:
yarn add react-native-navigation npx rnn-link pod install --project-directory=ios # this is new! haha!
then I changed the index.js file:
And I'm getting this error:
What was the expected behaviour?
app to run.
Was it tested on latest react-native-navigation?
Help us reproduce this issue!
I've made a repo for it here.
In what environment did this happen?
React Native Navigation version:
React Native version: "^7.33.3-hotfix.2"
Has Fabric (React Native's new rendering system) enabled: (no)
Node version: v16.13.1
Device model: iPhone14Pro
iOS version: 16.5 (20F66)
The text was updated successfully, but these errors were encountered: