This project intends to a boilerplate for getting started with react-native-kindle.
$ git clone https://github.com/lukas1h/react-native-kindle-sample/
$ cd react-native-kindle-sample/
$ npm i
$ npm run build
KPPLauncher is a MRPI package that allows react-native-kindle apps to be ran directly from the library, similer to the now unsuportted kindlets.
If you have KPPLauncher installed:
- Copy
./build/SampleApp.appto yourdocumentsdirectory on your kindle. - Run
SampleAppfrom your library.
Otherwise:
- Copy
./build/SampleApp.appto anywhere on your kindle. - Run
/app/bin/KPPSimpleLauncher -h /app/tools -n DemoApp -s -j /path/to/your/build.app
See react-native-kindle.