这个问题可能是由于没有正确安装或初始化react-native-reanimated所致。为了解决这个问题,您可以尝试以下步骤:
yarn add react-native-reanimated
react-native-reanimated init
import 'react-native-reanimated';
"packagerOpts": { "sourceExts": ["jsx", "js", "ts", "tsx", "json", "wasm", "svg"] }
这些步骤可以帮助您解决这个问题,并确保在Expo Go应用程序中正确显示react-native-reanimated组件。
上一篇:安装了react-native-pager-view后,出现了“无法解析模块../Utilities/Platform”的错误。
下一篇:安装了react-navigation-drawer后出现“TypeError:interpolateisnotafunction”错误。