react-native-hour-format icon indicating copy to clipboard operation
react-native-hour-format copied to clipboard

broken podspec

Open jgreen210 opened this issue 6 years ago • 1 comments

https://github.com/arnif/react-native-hour-format/commit/33c63cbed1eac427701441dc557c0fbadac2e226 fixes the following build error:

node_modules/react-native-hour-format/ios/RNHourFormat.h:8:9: 'React/RCTBridgeModule.h' file not found

...by adding a podspec dependency on React, but puts the podspec in the wrong place. It should be in the top-level directory, not the ios/ directory.

jgreen210 avatar Nov 15 '19 16:11 jgreen210

It is possible to fix it oneself and patch the package if can't wait for the owner. https://github.com/ds300/patch-package. cc @jgreen210

ilyagru avatar Nov 20 '19 14:11 ilyagru