react-native-vision-camera/ios/React Utils
Marc Rousavy a0590dccb5
feat: Replace Reanimated with RN Worklets (#1468)
* Setup RN Worklets

* Use RN Worklets on iOS

* Fix console

* Add `installFrameProcessorBindings()` function

* Add `FrameProcessorPlugins` proxy (BREAKING CHANGE)

* Clean up docs

* Update FRAME_PROCESSORS.mdx

* Use RN Worklets 0.2.5

* feat: Android build setup

* Rewrite Android Frame Processor Part

* Update CMakeLists.txt

* fix: Add react-native-worklets Gradle dependency

* Update Podfile.lock

* fix build

* gradle:7.4.1

* Init JSI Bindings in method on Android

* Fix Folly flags

* fix: Init `FrameProcessorRuntimeManager` later

* fix: Wrap in `<GestureHandlerRootView>`

* Refactor plugins

* fix: Remove enableFrameProcessors

* Install RN Worklets from current GH master

* Update babel.config.js

* Update CameraViewModule.kt

* Update ImageProxyUtils.java

* feat: Upgrade to Reanimated v3

* fix: Fix crash on Worklet init

* Update RN Worklets to latest master

* fix: Simplify FP Plugins Proxy
2023-02-13 15:22:45 +01:00
..
Callback.swift fix: Make recorder less error-prone (#189) 2021-06-09 14:56:56 +02:00
JSConsoleHelper.h fix: Move Audio Input initialization shortly before startRecording (#159) 2021-06-03 14:16:02 +02:00
JSConsoleHelper.mm fix: Use facebook::jsi instead of jsi (#1109) 2022-07-05 10:51:24 +02:00
JSIUtils.h fix: Fix AVAudioSession not allowing background music playback (#155) 2021-06-01 13:07:57 +02:00
JSIUtils.mm Update JSIUtils.mm 2021-09-29 12:54:51 +02:00
MakeReactError.swift chore: Move to /mrousavy/ (#224) 2021-06-21 22:42:46 +02:00
Promise.swift chore: Move to /mrousavy/ (#224) 2021-06-21 22:42:46 +02:00
RCTBridge+runOnJS.h fix: Fix AVAudioSession not allowing background music playback (#155) 2021-06-01 13:07:57 +02:00
RCTBridge+runOnJS.mm fix: Fix AVAudioSession not allowing background music playback (#155) 2021-06-01 13:07:57 +02:00
ReactLogger.swift feat: frameProcessorFps="auto" and automatic performance suggestions (throttle or increase FPS) (#393) 2021-09-06 16:27:16 +02:00