Created
September 27, 2017 19:09
-
-
Save kaueDM/7626d1364bc47a6ffbb8eda11ae67e21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| `ScrollView` has no propType for native prop `RCTScrollView.contentInsetAdjustmentBehavior` of native type `UIScrollViewContentInsetAdjustmentBehavior` | |
| If you haven't changed this prop yourself, this usually means that your versions of the native code and JavaScript code are out of sync. Updating both should make this error go away. | |
| verifyPropTypes | |
| verifyPropTypes.js:67:22 | |
| requireNativeComponent | |
| requireNativeComponent.js:108:6 | |
| <unknown> | |
| ScrollView.js:835:4 | |
| loadModuleImplementation | |
| require.js:174:12 | |
| <unknown> | |
| KeyboardAwareScrollView.js:11:7 | |
| loadModuleImplementation | |
| require.js:174:12 | |
| <unknown> | |
| index.js:4 | |
| loadModuleImplementation | |
| require.js:174:12 | |
| <unknown> | |
| Content.js:3:4 | |
| loadModuleImplementation | |
| require.js:174:12 | |
| <unknown> | |
| index.js:38:21 | |
| loadModuleImplementation | |
| require.js:174:12 | |
| <unknown> | |
| App.js:4 | |
| loadModuleImplementation | |
| require.js:174:12 | |
| <unknown> | |
| crna-entry.js:27:19 | |
| loadModuleImplementation | |
| require.js:174:12 | |
| guardedLoadModule | |
| require.js:119:45 | |
| global code | |
| <unknown file>:0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment