jwohlfert23 / react-native-tag-input

A simple React Native component that creates an input for tags, emails, etc.
MIT License
231 stars 104 forks source link

Horizontal scroll; replace pending input by suggestion #42

Closed JaxGit closed 6 years ago

JaxGit commented 6 years ago

This is intended to achieve the following targets:

  1. be able to replace current pending input by suggestions like autocompletions;
  2. be able to scroll horizontally like iOS Instagram "Direct" -> "New Message" recipient input component.
JaxGit commented 6 years ago

@Ashoat thank you for your response, I agree that independent features should better be separated into different PRs, I was lazy and also considering the new example finally needs both features. I'll try to answer some minor questions and separate these in a few days.

Ashoat commented 6 years ago

I went ahead and created a PR for lifting the text state: #43

JaxGit commented 6 years ago

@Ashoat I extracted horizontal scroll and create a PR: #44 This can be closed :)