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

PickerIOS component is not rendered #219

Closed
maxceem opened this issue Dec 28, 2018 · 1 comment
Closed

PickerIOS component is not rendered #219

maxceem opened this issue Dec 28, 2018 · 1 comment
Labels

Comments

@maxceem
Copy link

maxceem commented Dec 28, 2018

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.

image

  1. Clone this repository.
  2. Open project RNTester/RNTester.xcodeproj in XCode and run it.
  3. On the left side menu click AyncStorage.
  4. On the right side, right under Basics - getItem, setItem, removeItem <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:

image

Actual Behavior

See, steps to reproduce.

Reproducible Demo

See, steps to reproduce.

Notes

  • I've tried to use <PickerIOS> component outside of RNTester project it also is not rendered.
  • There is related issue Picker component unimplemented. But that issue about <Picker> component not <PickerIOS>.
@aleclarson
Copy link
Collaborator

aleclarson commented Jan 28, 2019

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.

Repository owner locked as resolved and limited conversation to collaborators Jan 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants