RichardRNStudio / react-native-slider-intro

A simple and full customizable React Native package which implements a unique slider.
MIT License
153 stars 3 forks source link

[Feature] - Refactor custom view #19

Closed RichardRNStudio closed 7 months ago

RichardRNStudio commented 7 months ago

Refactor custom view:

  1. Remove renderItem function and replace it with children
  2. Add children param
  3. Add numberOfSlides which will be required when children is defined with custom render
  4. Make data optional, because it will not be required when children is defined with custom render