Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 524 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 524 Bytes

native-blog

install react-navigation to navigate between screens

--npm install react-navigation --legacy-peer-deps

--npm install react-navigation-stack @react-native-community/masked-view --legacy-peer-deps

--i later on decided to mock the app using ngrok and json-server

setting up the json server 1 create a folder externally but on the same project 2 install the json server 3 change the scripts to use "start": "json-server -w db.json", "tunnel": "ngrok http 3000" -- for the json server and the tunnel(ngrok)