react-native-vision-camera/example/ios
Marc Rousavy 60ea779ffe
fix: De-allocate frame HybridClass with JNI class loader if using Hermes (#455)
* De-allocate `frame` HybridClass with JNI class loader if using Hermes

See 1b3a0c2612

* Don't wrap in `#if FOR_HERMES`, other `jsi::Runtime`s might also run GC on another Thread.

* Use `jni::local_ref` for `FrameHostObject`

* Update JImageProxyHostObject.cpp

* Only run with JNI `ClassLoader` if ctor Thread ID != dtor Thread ID

* Upgrade reanimated to 2.3.0-beta.1 to fix JNI crash

* Remove `this_thread::get_id()`

* Update Podfile.lock
2021-09-24 16:57:12 +02:00
..
Frame Processor Plugins feat: Frame Processors for Android (#196) 2021-06-27 12:37:54 +02:00
VisionCameraExample feat: Support rotation (#301) 2021-07-26 11:32:58 +02:00
VisionCameraExample.xcodeproj feat: Implement Frame.close() (#229) 2021-07-06 10:08:44 +02:00
VisionCameraExample.xcworkspace Bootstrap 2021-02-19 16:07:53 +01:00
.swift-version feature: Frame Processors (iOS) (#2) 2021-05-06 14:11:55 +02:00
File.swift Update File.swift 2021-02-19 17:10:35 +01:00
Gemfile chore: Update cocoapods to 1.10.2 2021-09-15 16:03:10 +02:00
Gemfile.lock chore: Upgrade a whole lotta dependencies (#436) 2021-09-22 13:58:59 +02:00
Podfile feature: Frame Processors (iOS) (#2) 2021-05-06 14:11:55 +02:00
Podfile.lock fix: De-allocate frame HybridClass with JNI class loader if using Hermes (#455) 2021-09-24 16:57:12 +02:00
VisionCameraExample-Bridging-Header.h docs: Use Java in FPP "Overview" for simplicity (#266) 2021-07-08 16:05:51 +02:00