我的 react-native 项目正在运行,但是今天我尝试在 andorid 上运行它,它给出了上述错误TypeError: undefined 不是对象(正在评估“InnerNativeModule.installCoreFunctions”)。尝试了很多方法gradlew cleannode modules removedcache-clear但都不起作用
2022-02-03
尝试使用 react native reanimated 中的插值时出现错误。当不透明度从 1 更改为 0 时,我希望我的按钮平移到负 Y 轴。我看过一些关于此的教程,但有点过时了。我能够查看文档,我做的一切都是正确的。我不知道我的错误在哪里。请看一下:import { TapGestureHandler,State } from 'react-native-gesture-handler';im
TypeError: global.__reanimatedWorkletInit is not a function. (In 'global.__reanimatedWorkletInit(_f)', 'global.__reanimatedWorkletInit' is undefined)我正在使用 React Native(不是 Expo),我甚至没有下载重新激活的软件包。我下载了它,然