Commit a6020394 authored by Richard Evans's avatar Richard Evans

Fix Typo

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