Andrew Schenk
Andrew Schenk
@smadan here is the fix file for 63. I am on RN 70 and running into this same bug. https://github.com/software-mansion/react-native-reanimated/blob/e5913bea53c25a2a7dcb308c1e52b6e888d90867/android/rnVersionPatch/63/layoutReanimation/ReanimatedUIImplementation.java
There is some logic in `android/build.gradle` to handle this patching for RN 64 and earlier and then a fallback for anything newer. https://github.com/software-mansion/react-native-reanimated/blob/d665dcf796612764745a91013f7629c4185caf3b/android/build.gradle#L549-L553 Still not sure why it broke compiling...
Seems device specific. Samsung Galaxy S25, Android 15: ❌ crashes Samsung A36, Android 15: ❌ crashes Samsung Galaxy S24 FE, Android 15: 🟢 works as expected Samsung S20, Android 13:...
Parts of the gradle step were AI generated and then refined by myself. I tested on Android with the app I am working on and the ML model I am...
> Not working for me. > > ERROR TypeError: Cannot read property 'install' of undefined, js engine: hermes [Component Stack] ERROR Warning: TypeError: Cannot read property 'useTensorflowModel' of undefined @jslok...
@coderof19clc7 it's open source. I laid out all the thought process in this PR. It worked in my case and the project I was working on. You can examine it...
@ikhvorost yes. Here is a simplified example. If I want to call from React Native into Swift with a custom enum property, then I would set it up like so....