0

Seems to be a problem with react-native-reanimated

Nijat Aliyev
  • 558
  • 6
  • 15

2 Answers2

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
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.