react-native-vision-camera/example/android
Marc Rousavy dfb86e174b
feat: Replace *NativeMap and *NativeArray with Map<K,V> and List<T> for faster JSI -> JNI calls (#1720)
Replaces `ReadableNativeMap`/`WritableNativeMap` with `Map<String, Object>` and `ReadableNativeArray`/`WritableNativeArray` with `List<Object>`, making the JSI -> JNI conversion a bit faster and more logical.
Also, we could now convert Array Buffers or HostObjects if we wanted to.
2023-08-25 12:22:44 +02:00
..
.settings Bootstrap 2021-02-19 16:07:53 +01:00
app feat: Replace *NativeMap and *NativeArray with Map<K,V> and List<T> for faster JSI -> JNI calls (#1720) 2023-08-25 12:22:44 +02:00
gradle/wrapper fix: Downgrade Gradle to 7.5.1 2023-07-03 22:15:06 +02:00
.project Bootstrap 2021-02-19 16:07:53 +01:00
build.gradle fix: Use correct Gradle version 2023-07-03 22:21:02 +02:00
gradle.properties feat: Allow build without Skia or Frame Processors (#1710) 2023-08-23 12:42:38 +02:00
gradlew chore: Upgrade to RN 71 (#1465) 2023-02-09 11:52:41 +01:00
gradlew.bat Upgrade Example to RN 0.64 (#83) 2021-03-19 15:53:19 +01:00
settings.gradle chore: Upgrade Skia to new Ganesh Rendering Pipeline and RN to 0.72 (#1638) 2023-07-03 12:40:07 +02:00