I solved this by,
-
Commenting
itemTextStyle: Text.propTypes.stylein
..\node_modules\react-native-material-dropdown\src\components\dropdown
file. -
And remove
AnimatedinAnimated.Text.propTypes.styleinaffix/index
helper/index
label/index
of
react-native-material-textfield. -
And added
import { Animated, Text} from 'react-native';in each of
above three files.