Commit a6020394 authored by Richard Evans's avatar Richard Evans

Fix Typo

parent 4271c9ac
...@@ -122,8 +122,8 @@ RCT_EXPORT_MODULE() ...@@ -122,8 +122,8 @@ RCT_EXPORT_MODULE()
- (NSString*) userAgent - (NSString*) userAgent
{ {
UIWebView *webView = [[UIWebView alloc] initiWithFrame:CGRectZero]; UIWebView* webView = [[UIWebView alloc] initWithFrame:CGRectZero];
return [webView stringByEvaluatingJavaScriptFromString:@"navigator.userAgent"]; return [webView stringByEvaluatingJavaScriptFromString:@"navigator.userAgent"];
} }
- (NSDictionary *)constantsToExport - (NSDictionary *)constantsToExport
......
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