0.1.4 • Published 9 months ago

react-native-tz v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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