Skip to content

Commit ec70614

Browse files
committed
resolved caching issue.
1 parent cc07f51 commit ec70614

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/rn-bare-example/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function App() {
4444
const [key, setKey] = useState<string | undefined>('');
4545
const [console, setConsole] = useState<string>('');
4646
const [web3auth, setWeb3Auth] = useState<IWeb3Auth | null>(null);
47-
const [email, setEmail] = useState('[email protected]');
47+
const [email, setEmail] = useState('[email protected]');
4848

4949
const login = async () => {
5050
try {

demo/rn-bare-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@ethersproject/shims": "^5.7.0",
1414
"@toruslabs/react-native-web-browser": "^1.1.0",
15-
"@web3auth/react-native-sdk": "file:../../",
15+
"@web3auth/react-native-sdk": "file:../../web3auth-react-native-sdk-6.0.0.tgz",
1616
"ethers": "^6.13.1",
1717
"react": "18.2.0",
1818
"react-native": "0.74.1",

0 commit comments

Comments
 (0)