react-native-start-of-week
v0.1.0
Published
Get the first day of the week set on a user's device (iPhone or Android) with ease. This package allows developers to determine whether the user's device is set to start the week on Sunday, Monday, or any other day.
Downloads
3
Readme
react-native-start-of-week
Get the first day of the week set on a user's device (iPhone or Android) with ease. This package allows developers to determine whether the user's device is set to start the week on Sunday, Monday, or any other day.
Installation
npm install react-native-start-of-week
Usage
import { getFirstWeekDay } from 'react-native-start-of-week';
// ...
const result = await getFirstWeekDay();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library