0f0f1fbb07
* Update Hermes Header import for RN 0.65 * Update VisionCamera.podspec |
||
---|---|---|
.. | ||
MakeJSIRuntime.h | ||
README.md | ||
SpeedChecker.h |
cpp
This folder contains the Shared C++ code for react-native-vision-camera.
Prerequesites
- For Android, download the NDK and build tools
- For iOS, Xcode will be enough.
- Install cpplint
brew install cpplint
Getting Started
It is recommended that you work on the code using the Example project (example/android/
or example/ios/VisionCameraExample.xcworkspace
), since that always includes the React Native header files, plus you can easily test changes that way.
You can however still edit the library project here by opening this folder with any C++ editor.
Committing
Before committing, make sure that you're not violating the cpplint codestyles. To do that, run the following command:
yarn check-cpp