Jacse / react-native-app-intro-slider

Simple and configurable app introduction slider for react native
MIT License
1.66k stars 330 forks source link

Cannot read property 'length' of undefined #192

Closed theromie closed 4 years ago

theromie commented 4 years ago

Cannot read property 'length' of undefined

This error is located at: in AppIntroSlider (at WelcomeScreen.js:45)

Jacse commented 4 years ago

Are you sure you passed the data-prop?

theromie commented 4 years ago

<AppIntroSlider data={SlidesData} renderItem={_renderItem} renderPagination={_renderPagination} keyExtractor={_keyExtractor} bottomButton />

and SlidesData is coming from another file

ganySA commented 4 years ago

In the old version this used to be the slides property which is now the data property.

theromie commented 4 years ago

I am using

v^0.2.3

ganySA commented 4 years ago

change that to 'latest'

Jacse commented 4 years ago

Closing for inactivity