当我尝试 import DropDown react-native 时出错
error when I try import DropDown react-native
当我尝试导入下拉菜单时
import {Dropdown} from 'react-native-material-dropdown'
给我这个错误:
最新版本的 material 下拉菜单存在问题。您需要在 ..\node_modules\react-native-material-dropdown\src\components\dropdown
文件中评论 itemTextStyle: Text.propTypes.style
。
并在
中删除Animated.Text.propTypes.style
中的Animated
affix/index
helper/index
label/index
react-native-material-textfield
并在以上三个文件中的每一个中添加 import { Animated, Text} from 'react-native';
。
参考请看:
https://github.com/n4kz/react-native-material-dropdown/issues/224#issuecomment-614734400
当我尝试导入下拉菜单时
import {Dropdown} from 'react-native-material-dropdown'
给我这个错误:
最新版本的 material 下拉菜单存在问题。您需要在 ..\node_modules\react-native-material-dropdown\src\components\dropdown
文件中评论 itemTextStyle: Text.propTypes.style
。
并在
中删除Animated.Text.propTypes.style
中的Animated
affix/index
helper/index
label/index
react-native-material-textfield
并在以上三个文件中的每一个中添加 import { Animated, Text} from 'react-native';
。
参考请看: https://github.com/n4kz/react-native-material-dropdown/issues/224#issuecomment-614734400