Seems to be a problem with react-native-reanimated
Asked
Active
Viewed 2,443 times
2 Answers
2
Seems to be a problem with react-native-reanimated 1.5.0 which was released a few hours ago. Downgrading to 1.4.0 solved it
"react-native-reanimated": "1.4.0"

Nijat Aliyev
- 558
- 6
- 15
-
1This is great job ! – Ramil Aliyev 007 May 29 '20 at 09:13
0
In my particular case it was that a call to ToastAndroid.show(text, timeout)
was missing the timeout
parameter.
For these kinds of scenarios I recommend migrating to react native with typescript.

Dragoș Circa
- 67
- 10