Closed gamingumar closed 5 months ago
:tada: This PR is included in version 2.7.7 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Hey @gamingumar this is causing an issue for react-native-picker-select as mentioned here. Is this really necessary? Should we solve it in a way to keep the behavior for both iOS and Android?
Quick introduction of why this is causing problems: The mentioned package adds a null
item when the user specifies a placeholder for the dropdown. Before, the user was able to select the placeholder to "reset" the value. Now it works only for iOS.
In some cases, children are not available yet or props are undefined in Android which causes the app to crash