Skip to content

protozoa-nz/gitbookNative

Repository files navigation

gitbookNative

Build a gitbook into a react native app!

Set up

Install dependencies

  npm install

Install react-native

  npm install -g react-native

Link in your book folder:

cd book
ln -s ../../<my-gitbook-folder> ./src

Build your book:

npm run book:build

Do the usual react-native things:

In one terminal:

npm start

In another:

react-native run-android

Caveats

Links in your book must be relative to the base path of your book

License

MIT

About

a prototype in turning a gitbook into a react native app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published