Closed andersonaddo closed 6 years ago
Thanks for posting this! It looks like your issue may be missing some necessary information. Can you run react-native info
and edit your issue to include these results under the Environment section?
Thank you for your contributions.
@react-native-bot Fixed. How's that, my automated friend?
Closing as we have not received confirmation that this can be reproduced on 0.55.4
(stable) or 0.56.0-rc
(release candidate).
Environment
Environment: OS: Windows 10 Node: 8.9.4 Yarn: 1.5.1 npm: 5.6.0 Watchman: Not Found Xcode: N/A Android Studio: Version 2.3.0.0 AI-162.4069837
Packages: (wanted => installed) react: 16.2.0 => 16.2.0 react-native: 0.54.0-rc.3 => 0.54.0-rc.3
Steps to Reproduce
Create a vanilla Picker component and attempt to add a border to it. Here's an example:
Expected Behavior
A border would appear
Actual Behavior
No border appears. I'm surmising that the only way to add a border to a Picker is by wrapping it in another view. This is pretty inconvenient, if you ask me. Pickers should be able to react to border props directly. Am I missing something here? Or perhaps this is something that needs fixing?
I don't believe this should be difficult to fix.