Tinysymphony / react-native-calendar-select

A component to select period from calendar like Airbnb
MIT License
308 stars 97 forks source link

integrate FlatList instead of ListView #26

Open 1maks opened 5 years ago

1maks commented 5 years ago

Because of React Native 60+ deprecated ListView component we have to use other components. One of them is FlatList. Read more here https://facebook.github.io/react-native/docs/listview.html