/rnmk-demo

react-native-material-kit demo

Primary LanguageJavaScript

react-native-material-kit demo

RNMK resources

Debugging local RNMK module

  • Checkout RNMK Demo and RNMK
  • Link your local RNMK module to the demo project
    cd rnmk-demo
    npm link <local-rnmk-path>
    npm install
    
  • Launch the packager
  • And then run the rnmk-demo Xcode project
    • if the RCTMaterialKit project is not resolved correctly (shown as red text in Xcode), please remove it and import it again (follows the guide)

License

MIT