A React Native app for practicing UI and animations
This app was created only for studying purposes and is currently incomplete. I plan to add some cool screens and animations in the future.
The app was built with React Native using Expo Bare Workflow.
bank-app.mp4
-
Clone down this repository. You will need
nodeandexpoinstalled globally on your machine.git clone https://github.com/MarceloDJunior/banking-app.git -
Install dependencies:
yarnornpm install -
Start Expo Server:
expo start -
See the instructions in terminal to open the app.