File tree 3 files changed +5
-4
lines changed
android/src/main/java/com/reactlibrary
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
"dependencies" : {
10
10
"react" : " 16.0.0" ,
11
11
"react-native" : " 0.50.3" ,
12
- "react-native-app-auth" : " ^2.0.0 " ,
12
+ "react-native-app-auth" : " latest " ,
13
13
"styled-components" : " ^2.2.3"
14
14
},
15
15
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -3399,9 +3399,9 @@ react-devtools-core@^2.5.0:
3399
3399
shell-quote "^1.6.1"
3400
3400
ws "^2.0.3"
3401
3401
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 "
3405
3405
3406
3406
3407
3407
version "0.50.3"
Original file line number Diff line number Diff line change 39
39
import java .util .Iterator ;
40
40
import java .util .Locale ;
41
41
import java .util .Map ;
42
+ import java .util .TimeZone ;
42
43
43
44
public class RNAppAuthModule extends ReactContextBaseJavaModule implements ActivityEventListener {
44
45
You can’t perform that action at this time.
0 commit comments