Erwan Baynaud

Results 12 comments of Erwan Baynaud

Same request but for week view! :)

@jungeun-cho 1. Yes 2. It doesn't matter, the calendar is ok. The thing is that you never display the start and end times. Actually I just realized that this is...

That have been done in this fork: https://github.com/thegamenicorus/react-native-phone-input/commit/a3edae44a57f8166b5bf1b41ea7ea748c4d16a02 Someone could create a PR to make this optional?

Trying to understand why some of the flags have disappeared: https://flagicons.lipis.dev/

Indeed, upgrading solves the issue.

Don't understand why it's closed because these changes are required. I don't think that the analysis provided by @gilesvangruisen is right. Catch block gets hit with these changes on Android...

Thanks @HugoLiconV, adding constructor was not required but adding `@react-native-community/picker` to `transformIgnorePatterns` helped.

@MincePi deprecated proptypes import are fixed in #130 (importing from prop-types package directly instead of importing from React). But #130 is not merged yet so still not possible to use...

If you are using Yarn, you can solve this temporarily by forcing react-native-picker-select to resolve to ^2.1.0 instead of ^1.8.3 using [yarn resolutions](https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/). In package.json, add: ``` "resolutions": { "react-native-picker-select/@react-native-picker/picker":...