jefelewis / react-native-ultimate-modal-picker

NPM Link: https://www.npmjs.com/package/react-native-ultimate-modal-picker
MIT License
42 stars 7 forks source link

[Feature Request] Translate button #10

Closed joelemanoel closed 3 years ago

joelemanoel commented 3 years ago

Hi,

I request option to translate button Cancel and Done in iOS.

jefelewis commented 3 years ago

@joelemanoel Sorry for the delayed response! It's been a busy year and I just haven't had the time to maintain some of my libraries. However, I've taken the past week and revamped the library completely with custom styles, React 17, iOS 14 support, improved darkMode, updated dependencies, improved package.json, improved file organization and file names, and Typescript Improvements.

In version 1.1.0, I've added the optional props cancelText and doneText that allow you to pass any string as either buttons. I wanted to keep this library lightweight and I didn't want to add additional libraries, so this seemed to be the best route to go. Best of luck with your project!