react-native-vision-camera/android
Joshua Smith 00fc39891a
fix: Fix duplicate libhermes.so package (#741)
Co-authored-by: Joshua Smith <joshua.smith4@aggiemail.usu.edu>
2022-01-14 09:54:33 +01:00
..
.settings
gradle/wrapper feat: Add react-native 0.65 support (#378) 2021-08-20 11:53:40 +02:00
src/main fix: Use ViewGroupManager instead of SimpleViewManager (#735) 2022-01-13 10:33:07 +01:00
.editorconfig
.project
build.gradle fix: Fix duplicate libhermes.so package (#741) 2022-01-14 09:54:33 +01:00
CMakeLists.txt fix: Fix Android build on React Native 0.65 and older (#694) 2022-01-02 16:25:43 +01:00
gradle.properties fix: Fix REA detection to build Frame Processors (#703) 2022-01-03 11:54:32 +01:00
gradlew
gradlew.bat
README.md
settings.gradle feat: Frame Processors for Android (#196) 2021-06-27 12:37:54 +02:00

android

This folder contains the Android-platform-specific code for react-native-vision-camera.

Prerequesites

  1. Install ktlint
    brew install ktlint
    

Getting Started

It is recommended that you work on the code using the Example project (example/android/), 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 Android Studio.

Committing

Before committing, make sure that you're not violating the Kotlin codestyles. To do that, run the following command:

yarn check-android

This will also try to automatically fix any errors by re-formatting the Kotlin code.