react-native-camera/examples/advanced
2019-12-13 14:51:50 -03:00
..
advanced feat(ios): Make camera ready events to fire also on camera/device change to be consistent with Android. Fire unmount error when session or device fails to start. Update advanced example app to use camera ready event instead. (#2642) 2019-12-13 14:51:50 -03:00
.gitignore feat(example): New example app using RN 0.61, native-base, and react-navigation. (#2588) 2019-11-15 11:15:19 -03:00
readme.md feat(docs): update example readme and ios splash screen text (#2589) 2019-11-18 09:53:26 -03:00

RNCamera example app 2

Example app that uses all of the commonly used camera features, either by using RNCamera features or implementing the ones not available by default (e.g., tap to focus and pinch to zoom).

As opposed to the basic example, we will link directly to RNCamera from npm's last version. This means that the example can be run as a stand alone project.

Running

cd advanced

npm install (no linking is required)

iOS: react-native run-ios Android: react-native run-android

Note: A real device is required to test most camera features.