xinthink / rnmk-demo

react-native-material-kit demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

react-native-material-kit demo


Languages

Language:JavaScript 69.8%Language:Objective-C 12.2%Language:Java 8.1%Language:Ruby 8.1%Language:Starlark 1.8%