Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 372 Bytes

File metadata and controls

18 lines (14 loc) · 372 Bytes

react-native-router-flux-and-redux-example

demo

clone repo

git clone git@github.com:indatawetrust/react-native-router-flux-and-redux-example.git

create api

cd api && docker-compose up -d && docker exec -it app_api bash -c "node create"

and run app 🎉

cd ../app && npm i && react-native run-ios