react-native-hour-format
react-native-hour-format copied to clipboard
broken podspec
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.
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