Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please provide projectid when running web3Modal (react-native-example) #884

Open
jungtaesu opened this issue May 22, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@jungtaesu
Copy link

{
"name": "web3modal",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"android:build": "cd android && ./gradlew assembleRelease",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-clipboard/clipboard": "^1.11.2",
"@walletconnect/encoding": "1.0.2",
"@web3modal/react-native": "1.0.0-alpha.3",
"react": "18.2.0",
"react-native": "0.71.2",
"react-native-get-random-values": "^1.8.0",
"react-native-modal": "^13.0.1",
"react-native-svg": "^13.8.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.7",
"prettier": "^2.4.1",
"react-native-dotenv": "^3.4.7",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"jest": {
"preset": "react-native"
}
}

this is package.json just same as example

I also copy .env.local to .env also filled in projectid.

KakaoTalk_Photo_2023-05-22-13-10-55

@jungtaesu jungtaesu added the bug Something isn't working label May 22, 2023
@jungtaesu
Copy link
Author

my .env is
ENV_PROJECT_ID=example51975afbf653b5facc9aexxxx
ENV_RELAY_URL=wss://relay.walletconnect.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant