Commit 3372e8a0 authored by Douglas Nassif Roma Junior's avatar Douglas Nassif Roma Junior Committed by GitHub

Merge pull request #4 from douglasjunior/patch-1

Undoing unintentional changes.
parents 9886295f 45463d87
......@@ -155,8 +155,8 @@ RCT_EXPORT_MODULE()
- (NSString*) deviceCountry
{
NSString *country = [[NSLocale currentLocale] objectForKey:NSLocaleCountryCode];
return country;
NSString *country = [[NSLocale currentLocale] objectForKey:NSLocaleCountryCode];
return country;
}
- (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