Build a gitbook into a react native app!
npm install
npm install -g react-native
cd book
ln -s ../../<my-gitbook-folder> ./src
npm run book:build
In one terminal:
npm start
In another:
react-native run-android
Links in your book must be relative to the base path of your book
MIT