This assignment received during previous interview as pre-interview assignment
.
- Expo framework
- Written in
typescript
- expo-image library (for svg images)
- expo-linear-gradient
- react-navigation (for routing/navigating between screens)
- Install packages with
yarn
ornpm install
.- If you have native iOS code run
npx pod-install
- If you have native iOS code run
- Run
yarn start
ornpm run start
to start the bundler. - Open the project in a React runtime to try it:
- iOS: Client iOS
- Android: Client Android