Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.57 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.57 KB

⚠️ Deprecated

This repo is deprecated, for its place, an example app is added inside the react-native-material-kit repo.


react-native-material-kit demo

RNMK resources

Debugging local RNMK module

  • Checkout RNMK Demo
  • Clone RNMK into the Libraries directory (inside the demo project)
  • Edit react-native.config.js file, replace <absolute_project_root> with your local project directory
  • Link your local RNMK module to the demo project
    cd rnmk-demo
    yarn
    
    (cd Libraries/react-native-material-kit && yarn && yarn build)
    (cd iOS && pod install)
  • Commands
    • yarn start to start the dev server
    • yarn iosx build your app and starts it on iOS simulator
    • yarn android build your app and starts it on a connected Android emulator or device
    • or run any react-native commands: yarn cli [options] [command]

License

MIT