Awesome
:warning: 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 serveryarn iosx
build your app and starts it on iOS simulatoryarn android
build your app and starts it on a connected Android emulator or device- or run any
react-native
commands:yarn cli [options] [command]