Skip to content

Instantly share code, notes, and snippets.

@kaueDM
Created September 27, 2017 19:09
Show Gist options
  • Select an option

  • Save kaueDM/7626d1364bc47a6ffbb8eda11ae67e21 to your computer and use it in GitHub Desktop.

Select an option

Save kaueDM/7626d1364bc47a6ffbb8eda11ae67e21 to your computer and use it in GitHub Desktop.
`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