Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Picker crops the text #19849

Closed
alekspickle opened this issue Jun 22, 2018 · 2 comments
Closed

Picker crops the text #19849

alekspickle opened this issue Jun 22, 2018 · 2 comments
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.

Comments

@alekspickle
Copy link

alekspickle commented Jun 22, 2018

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.54.0 => 0.54.0

I am totally aware of the similar issue (#14575 ) and do not understand why it was closed, because issue still prevails.

  • Select is basically Picker with styled-components wrapping.
<Select
        selectedValue={selected ? selected : value}
        onValueChange={onValueChange}
        itemStyle={!isAndroid && {height: 66, fontSize: 16}}
      >
        {childrens}
      </Select>
@alekspickle
Copy link
Author

alekspickle commented Jun 25, 2018

Why 0.54 is considered to be an old version??
Also I have updated to current 0.55 and the issue is still prevails.

@react-native-bot react-native-bot added the Ran Commands One of our bots successfully processed a command. label Jul 3, 2018
@react-native-bot
Copy link
Collaborator

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.

@facebook facebook locked as resolved and limited conversation to collaborators Jul 3, 2019
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.
2 participants