react-native-elements / react-native-elements-universe

MIT License
9 stars 6 forks source link

Proposal for Two-Marker Slider and Floating Labels in Form Input #8

Open HariAcidReign opened 3 years ago

HariAcidReign commented 3 years ago

Is your feature request related to a problem? Please Describe.

Feature Proposal Issues from RNE: https://github.com/react-native-elements/react-native-elements/issues/15 https://github.com/react-native-elements/react-native-elements/issues/94 Both these new features were either closed or inactive in RNE. So, adding them here made sense.

Describe the solution you'd like

For the slider component, we can use: https://github.com/ptomasroos/react-native-multi-slider And for the floating label, we can either use https://www.npmjs.com/package/react-native-floating-label-input or just create the component on our own using Animated API.

Additional context

I'm just putting out these ideas here. I'll be implementing these (if they get the go-ahead) immediately after I complete implementing DataTable and Carousel which I had requested earlier. As usual, will add these components to RNE App once completed.

Open to comments and other methods of implementation.

saksham-tiwari commented 3 years ago

@HariAcidReign Do you think we should be adding a multi slider in RNE itself rather than using https://github.com/ptomasroos/react-native-multi-slider ? If yes, should I try and work on it?

HariAcidReign commented 3 years ago

The library is not outdated, so IMO it's not necessary. Nevertheless, ask for Pranshu sir's opinion regarding this if you want to take it forward. @saksham-tiwari

saksham-tiwari commented 3 years ago

@pranshuchittora

The library is not outdated, so IMO it's not necessary. Nevertheless, ask for Pranshu sir's opinion regarding this if you want to take it forward. @saksham-tiwari

@pranshuchittora sir, your opinion?