Simple react native app for technical tests
1. Transaction List Page
- list transactions
- search and filter transactions
- sort
- name A-Z
- name Z-A
- date newest
- date oldest
2. Detail Page
App navigated to Detail Page when transaction row on Transaction List Page is pressed.
- it has all informations about the selected transaction
- it has a back button
- Install depencencies
yarn install
- Run server
yarn start
- Run & Build
yarn android
or if use ios
yarn ios