mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-25 02:15:13 +00:00
* Add mirrorImage support for Android * Release resources after mirroring * Mirror image only for TYPE_FRONT * Remove unnecessary annotation * Document mirrorImage for Android * Improved compression and error handling * Add support for mirroring on Android back camera too
6 lines
171 B
Groovy
6 lines
171 B
Groovy
rootProject.name = 'Example'
|
|
|
|
include ':app'
|
|
include ':react-native-camera'
|
|
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../../android')
|