react-native-tz
v0.1.4
Published
Get users TimeZone based on location.
Downloads
204
Maintainers
Readme
react-native-tz
Get users TimeZone based on location. (updated version of react-native-timezone)
Installation
npm install react-native-tz
for iOS:
cd ios && pod install
Usage
import { getTimeZone } from "react-native-tz";
// ...
const result = await getTimeZone();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT