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

Get hour format from OS settings.

Results 4 react-native-hour-format issues
Sort by recently updated
recently updated
newest added

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...

Is it possible to request please an addEventListener sort of thing to trigger when a change happens during runtime?

On Android 6.0 I am getting `null` for return of `HourFormat.getLocale()`.

Is it possible to get date format from system? Like if it should me `month / day / year` or `day / month / year` etc.