codypearce / material-bread

Cross Platform React Native Material Design Components
https://material-bread.org/
MIT License
322 stars 119 forks source link

Animated node with tag 98 does not exists #428

Open shimatai opened 3 years ago

shimatai commented 3 years ago

I'm using material-bread version 0.2.10 in a brand new React Native (v0.63.2) project with react-native-reanimated v1.13.0, react-native-gesture-handler v1.7.0, react-native-screens v2.10.1 and react-native-svg v12.1.0.

I've imported TextField to a screen and when I click in TextField to fill it with some data, I get the following error:

Animated node with tag 98 does not exists

The project is still in the beginning, so I don't have any other library on it.

Did I miss any step?

Conor-Hinchee commented 3 years ago

Hey shimatai! I am running into a very similar issue. Did you find a fix for this or did you end up pivoting to something else?