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
The name "IOS" in <PickerIOS> implies an iOS-only native component. Since this is a macOS-focused fork of React Native, it's not possible to support this.
Subscribe to #202 for updates on the macOS <Picker> component.
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: macOS 10.14.2
Node: 8.12.0
Yarn: 1.12.3
npm: 6.4.1
Watchman: Not Found
Xcode: Xcode 10.1 Build version 10B61
Android Studio: 3.2 AI-181.5540.7.32.5056338
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: Not Found
Steps to Reproduce
<PickerIOS>
component is not rendered.RNTester/RNTester.xcodeproj
in XCode and run it.<PickerIOS>
component has to be rendered, but it's not.Expected Behavior
In the README there is link to compiled UIExample which can be donwloaded the link.
If we run it, and navigate to AyncStorage example, we can see that
<PickerIOS>
compnent is rendered here, even not perfectly:Actual Behavior
See, steps to reproduce.
Reproducible Demo
See, steps to reproduce.
Notes
<PickerIOS>
component outside ofRNTester
project it also is not rendered.<Picker>
component not<PickerIOS>
.The text was updated successfully, but these errors were encountered: