Skip to content

egonzal93/NavigationDrawerExample

 
 

Repository files navigation

ReactNative Navigation Drawer Example

Navigation and Drawer menu for both Android and iOS in React Native.

Tutorial for this example can be found [here] (http://caroaguilar.com/post/react-native-navigation-tutorial/).

The React Native Vector Icons package is a dependency of this component and it should be linked to the project, as you can read in its installation instructions.

In order to link it to the project first install rnpm

    npm install rnpm -g

Then run the following command to link the react-native-vector-icons package

    rnpm link react-native-vector-icons

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.6%
  • Objective-C 34.1%
  • Python 9.9%
  • Java 7.4%