web-ridge / react-native-paper-autocomplete

The autocomplete package you wished for on all platforms (iOS, Android, web)
MIT License
18 stars 6 forks source link

Timeline #11

Open iM-GeeKy opened 2 years ago

iM-GeeKy commented 2 years ago

Hey @RichardLindhout, another awesome react-native-paper component as always. Just out of curiosity, do you have a rough time frame on when this might be out of beta and supported on all platforms? I'd be interested in using this down the road on a personal project.

RichardLindhout commented 2 years ago

One of the harder things to tackle is the popover working right on all platforms. I was thinking about using floating-ui since they added RN support but it's less supported than I thought.

I use it in a few apps right now, the native variant is not there yet, though I want this component to work flawlessly within end of januari - 20 februari.

I'm also planning to make another library react-native-paper-popover which uses the same base for flawless popover components on all platforms in that time!

iM-GeeKy commented 2 years ago

Awesome, I'm just trying to get an idea. The web solution for my platform hasn't been built out yet, but I'll have to take a look at react-native-paper-popover when available. If/when I decide to pull in your libraries, I'll make an effort to contribute where applicable. Keep it up!

RichardLindhout commented 2 years ago

If I have any updates I'll write them down here!

RichardLindhout commented 2 years ago

I pushed some code to the next branch. I still need to tackle some issues regarding the dropdown height when scrolling down the page + show all results when focused after selecting.

RichardLindhout commented 2 years ago

Pff I'm so done right now with Animated library of React Native. It does not work well at all and bugs all over the place. I'll switch to re-animated to get higher quality.

RichardLindhout commented 2 years ago

New version works on web/iOS/Android

RichardLindhout commented 2 years ago

Let me know if you come across any bugs