henninghall / react-native-date-picker

React Native Date Picker is datetime picker for Android and iOS. It includes date, time and datetime picker modes. The datepicker is customizable and is supporting different languages. It's written with native code to achieve the best possible look, feel and performance.
MIT License
2.14k stars 326 forks source link

fix: pin native ios code to tag version #791

Closed buschco closed 2 months ago

buschco commented 3 months ago

without pinning the tag, the latest native files will be fetched by CocoaPods

henninghall commented 2 months ago

@buschco thanks for your contribution!