-
Notifications
You must be signed in to change notification settings - Fork 180
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
[email protected] - FlatList Cannot read property 'getItem' of undefined". #144
Comments
Also here is my project dependencies list:
|
Actually the following RN issue solves it by adding a new babel plugin - facebook/react-native#36828 to the project - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @jfilter 👋 , I'm using this component in a
"react-native": "^0.72.3",
app but run into a runtime error on render. Seems there is some bug with the FlatList used internally in Onboarding component (react-native-onboarding-swiper
) - "ERROR TypeError: Cannot read property 'getItem' of undefined".Any ideas what's wrong here? Looking at my usage below it seems to be following the same config as your simple-example . Also the image resource is in the same folder specified in the require path.
Component usage:
Error log while debugging the app locally:
The text was updated successfully, but these errors were encountered: