react-native-vision-camera/android
Marc Rousavy 9ea158ad8f
chore: Move to /mrousavy/ (#224)
* rename 1/n

* 2

* 3

* fix indent
2021-06-21 22:42:46 +02:00
..
.settings Bootstrap 2021-02-19 16:07:53 +01:00
gradle/wrapper Bump gradle from 4.1.3 to 4.2.0 in /android (#132) 2021-05-05 10:41:42 +02:00
src/main chore: Move to /mrousavy/ (#224) 2021-06-21 22:42:46 +02:00
.editorconfig Devops: KTLint to lint Kotlin code (#6) 2021-02-26 10:56:20 +01:00
.project Bootstrap 2021-02-19 16:07:53 +01:00
build.gradle chore(deps): Upgrade CameraX to alpha05 (#180) 2021-06-07 13:15:49 +02:00
gradle.properties chore(deps): Bump Android native dependencies (#150) 2021-05-27 11:29:52 +02:00
gradlew Use gradle 3.2.1 instead of 4.1.2 2021-02-19 20:43:37 +01:00
gradlew.bat Upgrade Example to RN 0.64 (#83) 2021-03-19 15:53:19 +01:00
README.md Add "check-all" script 2021-03-09 12:19:18 +01: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.