Skip to content

Latest commit

History

History
25 lines (17 loc) 路 576 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) 路 576 Bytes

Contributing

You can contribute by:

  • Reporting Bugs.
  • Answering Issues and helping people.
  • Making the Documentation better.
  • Fixing issues or adding new features through Pull Requests.

Local setup

  1. Fork and clone it
  2. npm install && npm link
  3. cd examples/Playground && npm install && npm link react-native-material-bottom-navigation

Run tests & lint files

  1. npm test
  2. npm run lint

Run the example app

  1. cd examples/Playground && npm start
  2. Download the Expo App (iOS or Android)
  3. Follow the instructions in your terminal