Skip to content

Commit c5fcd69

Browse files
committed
updated cosyncjwt for Android
1 parent b95030a commit c5fcd69

File tree

6 files changed

+81
-305
lines changed

6 files changed

+81
-305
lines changed

CosyncJWT/CosyncJWTReactNative/context/AuthContext.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
import React, {createContext, useState, useEffect} from "react"
33
import Configure from '../config/Config';
44
import CosyncJWTReactNative from 'cosync-jwt-react-native';
5-
import uuid from 'react-native-uuid';
6-
import AsyncStorage from "@react-native-async-storage/async-storage";
5+
import uuid from 'react-native-uuid';
76

87

98
export const AuthContext = createContext();

0 commit comments

Comments
 (0)