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