react-native-timezone 2.1.1 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/lib/commonjs/index.d.js +6 -0
- package/lib/commonjs/index.d.js.map +1 -0
- package/lib/module/index.d.js +2 -0
- package/lib/module/index.d.js.map +1 -0
- package/package.json +2 -2
- package/src/index.d.ts +5 -0
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
# React Native Timezone
|
|
2
|
+
[](https://codeclimate.com/github/samitha9125/react-native-timezone/maintainability)
|
|
3
|
+
|
|
2
4
|
A Simple react native module to get Timezone of the Android/iOS device.
|
|
3
5
|
|
|
4
6
|
# Motivation
|
|
@@ -11,7 +13,7 @@ Timezone version 2.0.0 only support React Native version 0.62.3 and above due to
|
|
|
11
13
|
|----------------------|--------|--------|
|
|
12
14
|
| 0.62.3 + | ✅ | ✅ |
|
|
13
15
|
| 0.62.5 + | ✅ | ✅ |
|
|
14
|
-
| 0.
|
|
16
|
+
| 0.71.3 + | ✅ | ✅ |
|
|
15
17
|
|
|
16
18
|
# Installation
|
|
17
19
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../src","sources":["index.d.ts"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../src","sources":["index.d.ts"],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-timezone",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "A Simple react native module to get Timezone of the Android/iOS device.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"react-native": "*"
|
|
82
82
|
},
|
|
83
83
|
"engines": {
|
|
84
|
-
"node": ">=
|
|
84
|
+
"node": ">= 14.0.0"
|
|
85
85
|
},
|
|
86
86
|
"packageManager": "^yarn@1.22.15",
|
|
87
87
|
"jest": {
|