Skip to content

Commit 7bd1eda

Browse files
authored
Merge pull request #121 from FormidableLabs/hotfix/missing-timezone
Hotfix/missing timezone
2 parents 41bb776 + 5b61374 commit 7bd1eda

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "16.0.0",
1111
"react-native": "0.50.3",
12-
"react-native-app-auth": "^2.0.0",
12+
"react-native-app-auth": "latest",
1313
"styled-components": "^2.2.3"
1414
},
1515
"devDependencies": {

Example/yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3399,9 +3399,9 @@ react-devtools-core@^2.5.0:
33993399
shell-quote "^1.6.1"
34003400
ws "^2.0.3"
34013401

3402-
react-native-app-auth@^2.0.0:
3403-
version "2.4.0"
3404-
resolved "https://registry.yarnpkg.com/react-native-app-auth/-/react-native-app-auth-2.4.0.tgz#ce6ae1dc07d8dfa15f618485b762ff7db35374ac"
3402+
react-native-app-auth@latest:
3403+
version "2.5.0"
3404+
resolved "https://registry.yarnpkg.com/react-native-app-auth/-/react-native-app-auth-2.5.0.tgz#8efdb50885f186738706e83a3528b8bedbb14695"
34053405

34063406
34073407
version "0.50.3"

android/src/main/java/com/reactlibrary/RNAppAuthModule.java

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
import java.util.Iterator;
4040
import java.util.Locale;
4141
import java.util.Map;
42+
import java.util.TimeZone;
4243

4344
public class RNAppAuthModule extends ReactContextBaseJavaModule implements ActivityEventListener {
4445

0 commit comments

Comments
 (0)