Skip to content

Commit

Permalink
WebView component's automaticallyAdjustContentInsets prop should be t…
Browse files Browse the repository at this point in the history
…ype BOOL. Fixes facebook#251.
  • Loading branch information
jordanna committed Mar 27, 2015
1 parent 3b7bd74 commit 4dac2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/Views/RCTWebViewManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ - (UIView *)view

RCT_REMAP_VIEW_PROPERTY(url, URL, NSURL);
RCT_EXPORT_VIEW_PROPERTY(contentInset, UIEdgeInsets);
RCT_EXPORT_VIEW_PROPERTY(automaticallyAdjustContentInsets, UIEdgeInsets);
RCT_EXPORT_VIEW_PROPERTY(automaticallyAdjustContentInsets, BOOL);
RCT_EXPORT_VIEW_PROPERTY(shouldInjectAJAXHandler, BOOL);

- (NSDictionary *)constantsToExport
Expand Down

0 comments on commit 4dac2a9

Please sign in to comment.