digidem / mapeo-mobile

Monitor and document the world around you
GNU General Public License v3.0
95 stars 16 forks source link

chore: convert passcode screen to native nav #1081

Closed ErikSin closed 1 year ago

ErikSin commented 1 year ago

Converted passcode screens to utilize React Navigation

Passcode Screen were previously not using native navigation to go in between screen. This PR converts them to Stack Nav Screens using React Navigation

Also fixes a bottom modal flicker when user was navigated to turn off App Passcode.

Finally, takes away the next button in EnterPassToTurnOff Screen. Addresses QA suggested improvement