Fabrice Beya
Results
1
comments of
Fabrice Beya
As @mike-niemand mentioned as a workaround i replaced: style: Animated.Text.propTypes.style with: style: Text.propType in the following 3 files in the directory: .../node_modules/react-native-material-textfield/src/components/ Affix/index.js Helper/index.js label/index.js And also import {Text} from...