今天一个react native android项目在适配ios时,点击按钮时会出现警告
animated `useNativeDriver` is not supported because the native animated module is missing
解决办法:
在项目根目录命令行执行:
react-native link react-native
今天一个react native android项目在适配ios时,点击按钮时会出现警告
animated `useNativeDriver` is not supported because the native animated module is missing
解决办法:
在项目根目录命令行执行:
react-native link react-native