react-native-vision-camera/android
dependabot[bot] 5a41b81ce8
Bump kotlinx-coroutines-core from 1.4.2 to 1.4.3-native-mt in /android (#19)
Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.4.2 to 1.4.3-native-mt.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-04 13:22:13 +01:00
..
.settings Bootstrap 2021-02-19 16:07:53 +01:00
gradle/wrapper Bump gradle build tools to 4.1.2 (gradle 6.5) 2021-02-19 20:46:23 +01:00
src/main Bump CameraX versions to alpha2/alpha22 (#7) 2021-02-26 17:34:28 +01: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 Bump kotlinx-coroutines-core from 1.4.2 to 1.4.3-native-mt in /android (#19) 2021-03-04 13:22:13 +01:00
gradle.properties Update gradle.properties 2021-02-19 21:10:39 +01:00
gradlew Use gradle 3.2.1 instead of 4.1.2 2021-02-19 20:43:37 +01:00
gradlew.bat Use gradle 3.2.1 instead of 4.1.2 2021-02-19 20:43:37 +01:00
README.md Devops: KTLint to lint Kotlin code (#6) 2021-02-26 10:56:20 +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.