carbon-design-system / carbon-react-native

The React Native implementation of the Carbon Design System
https://carbon-design-system.github.io/carbon-react-native/
Apache License 2.0
30 stars 8 forks source link

Problematic Components #19

Closed WYXEhlEtzb2Gfe6HgrQLAf6MeMEatE77yYzHHIH closed 2 years ago

WYXEhlEtzb2Gfe6HgrQLAf6MeMEatE77yYzHHIH commented 2 years ago

These are components not scoped for release or part of this project. Used here for tracking if they are decided to become part of this project (syncing with design).

Reason being some of these flows would be defined by Navigation libraries most likely not by us directly. So would it make sense to implement the flows since most of the components and parts all exist to make this happen:

Some components like Tooltip is out of scope due to technical limitations with zIndex and React native.

WYXEhlEtzb2Gfe6HgrQLAf6MeMEatE77yYzHHIH commented 2 years ago

@kimyliu if you want to take on one of these let me know

WYXEhlEtzb2Gfe6HgrQLAf6MeMEatE77yYzHHIH commented 2 years ago

Solution for Dropdown found. Same solution should be applicable for Tooltip. Going to take these two.

WYXEhlEtzb2Gfe6HgrQLAf6MeMEatE77yYzHHIH commented 2 years ago

Dropdown:

android2

WYXEhlEtzb2Gfe6HgrQLAf6MeMEatE77yYzHHIH commented 2 years ago

Tooltips:

android2

WYXEhlEtzb2Gfe6HgrQLAf6MeMEatE77yYzHHIH commented 2 years ago

Killing off Date Picker for now. Will open new ticket for the calendar auto-picking research.

Screen Shot 2022-09-07 at 2 30 36 PM