Commit a6020394 authored by Richard Evans's avatar Richard Evans

Fix Typo

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