arnif@33c63cb 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.
arnif@33c63cb fixes the following build error:
...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.