我从一个create-react-native应用开始。然后,我想添加一个依赖项。所以,我运行了react-native link
`react-native link` can not be used in Create ReactNative App projects.See https://github.com/react-community/create-react-
因为我使用'worklet';,所以我添加了import 'react-native-reanimated'
因为我也使用runOnUI,所以我添加了import {runOnUI} from 'react-native-animatedcan also happen when the JS bundle is corrupt or there is an early initialization error when loading ReactN
我正在尝试使用expo和reactnative导入指南针模块,但未成功 LINK to library 当我取消对导入行的注释时出现错误,这给出了错误: import RNSimpleCompassfrom 'react-native-simple-compass';
null is not an Object (Evaluating 'RNSimpleCompass.start') 我基本上是使用提供的说明