-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Labels
Type: DependenciesPull requests that update a dependency filePull requests that update a dependency fileType: New FeatureNew feature or requestNew feature or request
Description
FluentTester uses the React Native Core Picker. This is deprecated, and will eventually be removed. We should use the community module picker. That has the additional complexity of linking the native module (auto linking won't work bc it's a transitive dependency), so we either need to combine the platform specific test apps into one big test app and use auto linking, or link it manually per platform. We've already linked it for macOS and iOS.
Win32 can't use the community module, so we'll keep using core there.
- Platform's done:
- iOS
- macOS
- windows
- android
Priorities and help requested:
Are you willing to submit a PR to fix? (Yes, No)
Requested priority: (Blocking, High, Normal, Low)
Products/applications affected: (if applicable)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: DependenciesPull requests that update a dependency filePull requests that update a dependency fileType: New FeatureNew feature or requestNew feature or request