React Native App to display cameras from https://www.dpreview.com/products/cameras.
All data comes from https://github.com/dervondenbergen/cameraviewer-api.
Choose a signing Team in Xcode.
Then you can start the application the way it is explained in the official docs: https://facebook.github.io/react-native/docs/getting-started.html#testing-your-react-native-installation
root.js
contains the navigation
views/*.js
are the different possible views, which get loaded by the navigation
ios/cameraviewer/Images.xcassets
contains the AppIcon + LaunchImage in different sizes (for iOS)
Most parts are stlyed with styled-components
💅, only in some places are normal Styles used
Carousel if there is more then one image on product page: https://github.com/appintheair/react-native-looped-carousel
Show original https://www.dpreview.com/ page for currently viewed product: https://github.com/naoufal/react-native-safari-view
there are still no tests 🙈