Get users TimeZone based on location.
npm install react-native-tzGet users TimeZone based on location. (updated version of react-native-timezone)
``sh`
npm install react-native-tz
for iOS:
`sh`
cd ios && pod installUsage
`js
import { getTimeZone } from "react-native-tz";
// ...
const result = await getTimeZone();
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT