在NativeModules中添加对象

时间:2017-12-08 11:25:50

标签: react-native react-native-ios

我想在react-native项目中使用https://github.com/dgladkov/react-native-image-rotate

我使用yarn add react-native-image-rotate

下载

我将其与react-native link

相关联

我使用import ImageRotate from 'react-native-image-rotate';

在我的组件中导入它

但是当我尝试使用它时,我有Cannot read property 'rotateImage' of undefined

我在行上的node_modules / react-native-image-rotate / index.js中设置了一个断点:

const RCTImageRotateModule = NativeModules.ImageRotateModule;

在对象NativeModules中没有ImageRotateModule对象。

如何在ImageRotateModule中添加NativeModules

我使用react-native 0.50.3

THX

1 个答案:

答案 0 :(得分:0)

react-native link react-native-image-rotate