Build a gitbook into a react native app!
npm install npm install -g react-nativecd book
ln -s ../../<my-gitbook-folder> ./srcnpm run book:buildIn one terminal:
npm startIn another:
react-native run-androidLinks in your book must be relative to the base path of your book
MIT
