Login screen with Native Base

To init a project with Expo

npx expo init my-project

To add a native base on project

yarn add native-base
expo install react-native-svg
expo install react-native-safe-area-context

To start app

expo start