Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.31 KB

CameraViewer Icon

CameraViewer

React Native App to display cameras from https://www.dpreview.com/products/cameras.

All data comes from https://github.com/dervondenbergen/cameraviewer-api.

Starting

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

Files

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)

Style

Most parts are stlyed with styled-components💅, only in some places are normal Styles used

Other Packages

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

Screenshots

screenshots.md →

Tests

there are still no tests 🙈