react-native-navbar
react-native-navbar copied to clipboard
upgrade examples so that they are compatible with latest react-native version
Examples were still based on older versions of react-native which is not compatible with latest versions. This PR upgrades examples so that they are compatible with current version of react-native.
Hi @liusy182!
Thanks for your contribution! Have you checked if it still works after this PR?
Hi @Kureev, I have checked all examples on iOS and they all worked. I did not check android though.
Would be nice if somebody who has some time (can I ask you, @satya164?) try Android examples first before I merge it in.
I'll test that tonight. BTW what do you think about migrating the example to exponent? It'll be super -easy for people to try it out then. And we don't have any native code in the repo which we need to update on RN updates.
Should be easy to convert to exponent using exp convert command.