You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am totally aware of the similar issue (#14575 ) and do not understand why it was closed, because issue still prevails. Also there is my somewhat "old" version here (#19849).
I am closing this issue because it does not appear to have been verified on the latest release, and there has been no followup in a while.
If you found this thread after encountering the same issue in the latest release, please feel free to create a new issue with up-to-date information by clicking here.
[✓] Review the documentation: https://facebook.github.io/react-native
[✓] Search for existing issues: https://github.com/facebook/react-native/issues
[✓] Use the latest React Native release: https://github.com/facebook/react-native/releases
Environment:
OS: macOS High Sierra 10.13.3
Node: 8.9.4
Yarn: 1.3.2
npm: 6.1.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.1 AI-173.4819257
Packages: (wanted => installed)
react: ^16.3.0-alpha.1 => 16.3.0-alpha.1
react-native: 0.55.0 => 0.55.0
I am totally aware of the similar issue (#14575 ) and do not understand why it was closed, because issue still prevails. Also there is my somewhat "old" version here (#19849).
Select is basically Picker with styled-components wrapping.
<Select
selectedValue={selected ? selected : value}
onValueChange={onValueChange}
itemStyle={!isAndroid && {height: 66, fontSize: 16}}
>
{childrens}
The text was updated successfully, but these errors were encountered: