--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)