Undoing unintentional changes.

parent 5f5fb2b4
...@@ -155,8 +155,8 @@ RCT_EXPORT_MODULE() ...@@ -155,8 +155,8 @@ RCT_EXPORT_MODULE()
- (NSString*) deviceCountry - (NSString*) deviceCountry
{ {
NSString *country = [[NSLocale currentLocale] objectForKey:NSLocaleCountryCode]; NSString *country = [[NSLocale currentLocale] objectForKey:NSLocaleCountryCode];
return country; return country;
} }
- (NSString*) timezone - (NSString*) timezone
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment