Jacse / react-native-app-intro-slider

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

Error Data.Length in IntroSlider.JS #180

Closed zapcriativo closed 4 years ago

zapcriativo commented 4 years ago

Hi,

After updating the Expo version, the following error is returning in the component. Can you help me please?

**TypeError: undefined is not and object (evaluating: 'data.length')

This error is located at: in AppIntroSlider (at IntroSlider.js: 135)**

dungphung commented 4 years ago

Hey man. Change to new version slides in AppIntroSlide to data like this

<AppIntroSlider renderItem={this.renderContentSlider} data={slides} keyExtractor={this._keyExtractor} />

zapcriativo commented 4 years ago

Hi, it worked .. Thank you so much !!

But buttonStyle is no longer working, did you change the name of the props?

Jacse commented 4 years ago

But buttonStyle is no longer working, did you change the name of the props?

buttonStyle has been removed in favor of using the renderDoneButton/renderNextButton etc. functions. You can find out more about the release under release notes.

Hope it makes sense!

Jacse commented 4 years ago

Closing this since it seems to be resolved