Hello :)
There are 4 tasks, 2 must be solved in any way. There is no fixed solution or way - you just have to explain it.
First, please fork this repository, then develop the code in the forked repository and when you're done, send us an email to cc@wirvonhier.de
- style the app suitable (difficulty lvl 1)
- expand the app to redux (difficulty lvl 2)
- write some native code/component and hook up this code/component in react native (difficulty lvl 8)
- surprise us. seriously, coding something unexpected/creative - but: we not easily to impress. :o) (difficulty lvl over9000)
- fork this repo
- run yarn install
yarn install
Installs all packages and dependencys
yarn start
Starts the development server so you can open your app in the Expo app on your phone.
yarn run ios
(Mac only, requires Xcode) Starts the development server and loads your app in an iOS simulator.
yarn run android
(Requires Android build tools) Starts the development server and loads your app on a connected Android device or emulator.