React-native - get user settings

Viewed 471

Is there a way to get user settings in react-native (both iOS and Android) ? For example, I would like to show the user's contacts with the chosen sorting preferences (last name - first name, or the opposite)

Thanks !

1 Answers
Related