Biblo for React Native
A fully customizable component library and workshop living in your React Native app.
📚 Documentation
Documentation can be found at biblo.saxofonsolo.dk.
📘 Introduction
Biblo helps you create your very own "library" of components. It is basically a list of all the components you have developed for your app, each with a list of examples of the component with different properties.
Biblo was inspired by StoryBook, and the easily manageable workflow it provides in creating a component library. So if that is something you know and love, you might also like this.
However, since Biblo is meant to exist inside your app (and not as a separate thing like StoryBook), you have the possibility to
🖥️ Try it out
See a demo in your browser here.
Or you can run it locally by performing these steps:
git clone git@github.com:saxofonsolo/biblo.git
cd biblo
npm install
npm run build
cd example
npm install
npm run android
🚀 Getting started
Please read biblo.saxofonsolo.dk/docs/getting-started/ for information on installing dependencies and setting up Babel, Metro and TypeScript.