Matt Di Florio
Matt Di Florio
@peterpme I managed to get a pretty good working component using both your alphabet and react native largelist which I will upload tomorrow if you are interested in using that...
@jamessawyer Sure, here is a [Gist](https://gist.github.com/mierz00/34b7d488db8d596812822fead236c1f7). I apologise I haven't cleaned it up at all, but it works pretty well.
@jamessawyer Here is an example of data I'm passing to the component. ```{ title: 'a', data: [ { company: '', familyName: 'Haro', thumbnailPath: '', recordID: 'F57C8277-585D-4327-88A6-B5689FF69DFE', givenName: 'Anna', phoneNumbers: [{...
@rcorrie It really depends on the phone and contact list size. iPhone 6 and above it works quite well up to 1000 contacts. After that, it starts to get sluggish...
@rcorrie I'm actually thinking it might be much easier to just create a native module which handles this. At least for IOS, not sure for Android.
For anyone in the same situation as I was. There seems to be an issue with the way Vite loads esbuild plugins and isn't related to this package. An alternative...