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 run AppIntroSlider because of TypeError #182

Closed smeusling closed 4 years ago

smeusling commented 4 years ago

I just install react-native-app-intro-slider and I have the following error when running my app :

Screenshot 2020-04-10 at 21 49 54
Jacse commented 4 years ago

You need to supply the slides using the data-prop, which was renamed from slides in version 4. You can find the release notes under releases

smeusling commented 4 years ago

Great, thanks, I didn't notice the change of prop name, oups Have a nice day

Jacse commented 4 years ago

You too!