This is an example of a loan module library with simple navigation. this library build with stater template
- clone repository with command
git clone https://github.com/toniebe/rn-example-lib.git
- use command
yarn
to build this library - move to example with command
cd example
- install depedencies project example with command
yarn
- go to ios folder and link the depedencies with command
cd ios && pod install
- go to root example directory and running with command
yarn android
oryarn ios