- 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
- RN's packager doesn't resolve symbolic links, so you have to use the command
npm start
or./packager.sh
to start the packager
- RN's packager doesn't resolve symbolic links, so you have to use the command
- 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)
- if the