Skip to content

react-native-material-kit demo

Notifications You must be signed in to change notification settings

xinthink/rnmk-demo

Repository files navigation

⚠️ 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