Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 746 Bytes

File metadata and controls

25 lines (16 loc) · 746 Bytes

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