skip to Main Content
[open the link for reference image ][1] I want to create vertical sliding input field for my react-native application (android). Is there any package for creating this type of field. please help me
[1]: https://i.stack.imgur.com/toguN.png

2

Answers


  1. Have you looked at Picker in React-native? It is a sliding component allowing user to provide a input

    Login or Signup to reply.
  2. There is an npm package for this thing with all the customisable props.
    https://www.npmjs.com/package/react-native-smooth-picker

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search