-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebView example doesn't work: automaticallyAdjustContentInsets error #251
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
+1 Use |
jordanna
added a commit
to jordanna/react-native
that referenced
this issue
Mar 27, 2015
Closed
vjeux
pushed a commit
to vjeux/react-native
that referenced
this issue
Apr 13, 2015
Summary: WebView component's automaticallyAdjustContentInsets prop should be type BOOL. Fixes facebook#251. Closes facebook#314 Github Author: Jordanna Kwok <jordannakwok@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
vjeux
pushed a commit
to vjeux/react-native
that referenced
this issue
Apr 14, 2015
Summary: WebView component's automaticallyAdjustContentInsets prop should be type BOOL. Fixes facebook#251. Closes facebook#314 Github Author: Jordanna Kwok <jordannakwok@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
vjeux
pushed a commit
to vjeux/react-native
that referenced
this issue
Apr 15, 2015
Summary: WebView component's automaticallyAdjustContentInsets prop should be type BOOL. Fixes facebook#251. Closes facebook#314 Github Author: Jordanna Kwok <jordannakwok@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce:
Error:
[RCTLog][tid:0x7fe1bbc40410][RCTConvert.m:149]>Expected NSArray or NSDictionary for UIEdgeInsets, received __NSCFBoolean: 0
Fix (temporarily):
automaticallyAdjustContentInsets={false}
The text was updated successfully, but these errors were encountered: