Alexandre Chevallier
Alexandre Chevallier
It looks very nice. I am using "Segment aliasing" with Mixpanel and the system is working very well. https://segment.com/docs/connections/spec/alias/ @dabeeeenster Maybe a Identity should have 2 ids (primary key), one...
Hello, You can follow this https://github.com/rive-app/rive-react-native/issues/123#issuecomment-1522169006, it worked for me.
I am using expo as well and using `patch-package` and this patch (almost the same patch by [nderscore](https://github.com/nderscore), thanks to him) ``` diff --git a/node_modules/rive-react-native/android/src/main/java/com/rivereactnative/RiveReactNativeView.kt b/node_modules/rive-react-native/android/src/main/java/com/rivereactnative/RiveReactNativeView.kt index 53779aa..9996319 100644 ---...
Thank you @mrcool-ru! Indeed downgrading to version 7.2.0 seems to work. (sad because I had sightly more crash on android with the 7.2.0) Unfortunately, I have to use `use_frameworks! :linkage...