0

I'm use react-native and react-native-contacts, so, I need the total list of contacts to persist that. Then, when the user open again the app I need to check contacts added for save it again only this newers.

Exist any method for that?

  • If you are already saving the contacts, can't you just find contacts returned from `react-native-contacts` that are not in your database? – CampbellMG Jan 15 '20 at 23:34
  • Of course I can. But I dont want iterate the all list, I just need the new contact register. – Angel Trinidad Jan 16 '20 at 12:10
  • 1
    There is no default functionality for this, however, iterating your list should not be very intensive. Especially if you are using something like sqlite – CampbellMG Jan 16 '20 at 22:18

1 Answers1

0

No method for this. You can iterate as @CampbellMG said in the application. If you want this feature please open an issue in the tracker.

Harry Moreno
  • 10,231
  • 7
  • 64
  • 116