mirror of
https://github.com/status-im/react-native.git
synced 2025-01-30 03:05:44 +00:00
WebView component's automaticallyAdjustContentInsets prop should be type BOOL. Fixes #251.
This commit is contained in:
parent
3b7bd7401e
commit
4dac2a9645
@ -23,7 +23,7 @@
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user