-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
You can't set barTintColor on NavigatoriOS #273
Comments
This is most probably a bug. We're not using the navigatorios in any of our real apps so it likely has bugs/unimplemented features |
@vjeux out of curiosity, what do you guys use for the navigation? And why not use NavigatorIOS? |
The Navigation component. It supports left/right navigation with swipe to go back and custom header (we implemented breadcrumbs instead of the standard ios one). Also supports coming from the bottom and swiping down from the top to dismiss. It is written purely in js and reacf |
I would love to see the example of implementing an app using Navigation component. NavigationIOS has so many limitations. 😭 |
@hyusetiawan Thank you so much! Can't believe I missed that one haha |
This has been fixed! |
…ions.Spring module to avoid RN runtime errors (facebook#288) Closes facebook#273
I see that in the code that you can set the barTintColor property on NavigatoriOS, but the property isnt actually given to the Objc code.
Is there a another way to set the background of the navigator or is this a bug?
The text was updated successfully, but these errors were encountered: