A clone of Ecobank mobile app using react native and expo cli
Banking-App-Clone-react-native
A simple clone of a bank app. Click here to view the app on expo
1 | 2 |
---|---|
Built With
Getting Started
This is a simple clone of Ecobank app made with react native Expo
Todo List
- [ ] Add state management with redux
- [ ] Add splash screen
- [ ] Add Registration screen
- [X] Add fade in animation
Prerequisites
You should have expo and react native cli installed globally
- npm
npm install expo-cli -g
npm install react-native-cli -g
Installation
-
Clone the repo
git clone https://github.com/uwemneku/Banking-App-Clone-react-native
-
Install NPM packages
Yarn install
-
Start the app on expo
expo start
-
Fork the Project
-
Create your Feature Branch (
git checkout -b feature/AmazingFeature
) -
Commit your Changes (
git commit -m 'Add some AmazingFeature'
) -
Push to the Branch (
git push origin feature/AmazingFeature
) -
Open a Pull Request