Arthur Tsikalov
Arthur Tsikalov
> For me, none of the registration callbacks are called on android with the new architecture. > > Opting out for now https://reactnative.dev/blog/2024/10/23/the-new-architecture-is-here#opt-out Same issue on Android. Looks like this...
Here is the patch which fixes registration events delivery from native to JS on Android but I did not tested notifications yet ``` diff --git a/node_modules/react-native-notifications/lib/android/app/src/main/java/com/wix/reactnativenotifications/fcm/FcmToken.java b/node_modules/react-native-notifications/lib/android/app/src/main/java/com/wix/reactnativenotifications/fcm/FcmToken.java index 7db6e8d..050cf00 100644...
@patrycjakalinska This fix does not work for us in all cases on Android using `Animated.ScrollView`. We switched to 0.79.2, enabled those flags, but after scroll (we also transform ScrollView `translateY`...
Have the same issue when just trying to enable New Architecture on existing project. RN 0.75.3 ``` FATAL EXCEPTION: main Process: com.***, PID: 12871 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.***/com.***.AppActivity}:...
We have similar issue. `rm -rf .gradle` works as tmp solution. And similar to this https://github.com/facebook/react-native/issues/34871