にオブジェクトを追加し、私は私がimport ImageRotate from 'react-native-image-rotate';
NativeModules
react-native link
とリンク私がyarn add react-native-image-rotate
でそれをダウンロードし
反応し、ネイティブプロジェクトでhttps://github.com/dgladkov/react-native-image-rotateを使用したいです
しかし、私はそれを使用しようとすると私はCannot read property 'rotateImage' of undefined
私が反応し、ネイティブ・画像回転ライン上/ index.js/node_modulesにブレークポイントを置く:
const RCTImageRotateModule = NativeModules.ImageRotateModule;
を、オブジェクトNativeModulesに何ImageRotateModuleオブジェクトがありません。
どのようにImageRotateModule
をNativeModules
に追加できますか?
イム反応し、ネイティブの使用0.50.3
Thxを