You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't have to that in v3 and I was hoping wouldn't have to do this. My scenes are imported from several files and there are a bunch of scenes so it would be quite time consuming.
Version
Tell us which versions you are using:
I am trying to migrate to react-native-router-flux v4
We used to pass a few props to the "<app />" component and theses props where passed to each Scene of our app :
Here is how the scenes are declared :
As far as I can see, props are correctly set in but never reach any Scene. It worked with react-native-router-flux v3, but not anymore.
Is there something I am missing ?
The text was updated successfully, but these errors were encountered: