MehmetKaplan
MehmetKaplan
I am not sure if the cases are the same or not but I had a case with similar symptoms for the `useAnimatedStyle`. But my case does not have the...
Can this issue be closely related with; https://github.com/software-mansion/react-native-reanimated/issues/2836 and https://github.com/software-mansion/react-native-reanimated/issues/2571? (If so, it seems the expected fix commit is https://github.com/software-mansion/react-native-reanimated/commit/f4990d965ff535dd27aa5b623e0aeffcc4aa615f.)
Let me make the steps explicit for the lazy folks like future me. (All credits to @robert-nash , in his previous answer.) 1. Add `null-loader` ```matlab yarn add -D null-loader...
`InCallManager.stopProximitySensor()` seems not to stop the proximity sensor. Any suggestions? I am using with expo in the managed flow, so not able to reach to the native code. Edit: Tried...
Is there any news when this will be released as a new version?
Just noticed that... @stianjensen appreciated.
Completely removing my previous post and pasting how my case is solved... ``` test1() { let l_style = StyleSheet.create({ _animatable_view: { //flex: 1, position: "absolute", bottom: 150, left: 20, },...