I have to build a relatively big cross-platform (iOS & Android) application within 3 months.
So far when it comes to React Native I only have experience with NavigatorIOS
. Now while I never really ran into any problems with it I never see people recommending its use.
The other options are Navigator
, which seems simple enough but maybe doesn't allow much native UI support? and NavigatorExperimental
which I know nothing of, and the name alone worries me. I don't want to be having any last minute nightmares.
I plan on spending a month learning React Native thoroughly and then 2 months building the application.
This leads me to my question: If you had to build a cross platform application in React Native, which navigation would you use for each platform, and why?
Any answers or tips greatly appreciated.