Closed zapcriativo closed 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} />
Hi, it worked .. Thank you so much !!
But buttonStyle is no longer working, did you change the name of the props?
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!
Closing this since it seems to be resolved
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)**