# react-native-tz

Get users TimeZone based on location. (updated version of react-native-timezone)

## Installation

```sh
npm install react-native-tz
```
for iOS:

```sh
cd ios && pod install
```
## Usage

```js
import { getTimeZone } from "react-native-tz";

// ...

const result = await getTimeZone();
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT
