03b9246afe
* Adds KTLint as a GitHub action * Adds KTLint to the gradle project for IDE integration * Adds .editorconfig to configure KTLint (android/)
17 lines
489 B
Markdown
17 lines
489 B
Markdown
# android
|
|
|
|
This folder contains the Android-platform-specific code for react-native-vision-camera.
|
|
|
|
## Prerequesites
|
|
|
|
1. Install ktlint
|
|
```sh
|
|
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.
|