Build an iOS / Android Dashboard App in React Native.
Ensure you have the necessary tools and dependencies to develop an application.
Once you're setup, simply run
$ yarn # or npm install
$ react-native link # configure native package dependencies
$ react-native run-ios # this will start the native packager and spawn the iOS simulator
Alternatively, simply open the project in Xcode and run it from there.
See https://facebook.github.io/react-native/docs/upgrading.html
$ react-native upgrade # useful in case of breaking changes
- change cards UI
numbers should be bigger, more visiblebetter use of the space
- top products
change list layout- view details
use new graphql endpoint to fetch user dataslider menubetter project switchershow inactive projects
clear apollo cache when logging out- currency selector
- unit tests
- persist dashboard data as well
- flow types
- fading animation for placeholder elements
- svg animated logo
- better error notifications
- small example of push notification when new orders come in
- translations (e.g. german)