Gabriel Lopes
Gabriel Lopes

Reputation: 943

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!

Upvotes: 4

Views: 267

Answers (1)

John Shammas
John Shammas

Reputation: 2715

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

Upvotes: 2

Related Questions