| .. | ||
| advanced | ||
| .gitignore | ||
| readme.md | ||
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.