We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca67244 commit 4f36089Copy full SHA for 4f36089
ios/RNHourFormat.m
@@ -46,4 +46,9 @@ - (NSDictionary *)constantsToExport
46
@"HOUR_FORMAT" : ([self getHourFormat]) };
47
}
48
49
++ (BOOL)requiresMainQueueSetup
50
+{
51
+ return YES;
52
+}
53
+
54
@end
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-hour-format",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"description": "Get time format used in user device",
5
"main": "index.js",
6
"scripts": {
0 commit comments