Closed pmlarocque closed 7 years ago
I want to know this too please.
No idea how to run the app without AppRegistry
Look like Navigation.registerContainer does call appregistry but there is no container named movieapp, so I still don’t know.
Where did he call Navigation.registerContainer?? i only found Navigation.registerComponent inside the registerScreens main function
Sorry I might be mixing up function names, and working with v2 personally and function have been renamed. And on my phone right now cannot check. I’ll keep you updated when I make progress.
@Gskflute haven't found it yet 😞
@Gskflute I'll confirm soon but I think I got it, you have to edit AppDelegate.m. I'll slap myself for not reading the documentation well enough.
See point 5 here: https://wix.github.io/react-native-navigation/#/installation-ios
@Gskflute made it work, I was right, it is really the AppDelegate.m see my repo: https://github.com/pmlarocque/fuckingWix
It is with RNN V2.
Hello,
Thanks for the work and example, kind of trying to replicate this with RNN v2, but I cannot make my repository to work.
I cannot find where you call
AppRegistry.registerComponent("movieapp", () => ...)
or equivalent anywhere. So my version get theCould you please elaborate ? I did a few hypothesis, but none worked.
Thanks!