Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 453 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 453 Bytes

Quick Expo App

Setup went like this

expo init react-native-interview-task

[default template]

cd react-native-interview-task

To run

expo start

Add-ons

react-navigation

expo install react-navigation react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context

expo install react-navigation-stack @react-native-community/masked-view

Formik and yup

expo install formik yup