React Native, Navigation

I'm kinda new in the react-native world and somehow I can't find the NavigationBar docs for react-native, is there a page,github... I could check out? It must be somewhere or how did the people know how to use it? (I'm curious).

Cheers!

The React Native documentation is in general, quite poor. It is incomplete and does not cover nearly enough cases to provide valuable information. The team heavily recommends reading through the source for help.

Here is an example implementation: https://github.com/facebook/react-native/blob/master/Examples/UIExplorer/Navigator/NavigationBarSample.js

Comments

Popular posts from this blog

flutter websocket connection issue

React-native : Unable to use react-native-fast-image

reinterpret_cast bug or UB? [duplicate]