react-native-contacts-sort-order

A package used to fetch the default user preference regarding contacts display

Usage no npm install needed!

<script type="module">
  import reactNativeContactsSortOrder from 'https://cdn.skypack.dev/react-native-contacts-sort-order';
</script>

README

react-native-contacts-sort-order

Getting started

$ npm install react-native-contacts-sort-order --save

Mostly automatic installation

$ react-native link react-native-contacts-sort-order

Usage

import ContactsSortOrder from 'react-native-contacts-sort-order';

ContactsSortOrder.getSortOrder(sortOrder => console.log(sortOrder));

ContactsSortOrder.getDisplayOrder(displayOrder => console.log(displayOrder));