We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "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.
The text was updated successfully, but these errors were encountered:
my .env is ENV_PROJECT_ID=example51975afbf653b5facc9aexxxx ENV_RELAY_URL=wss://relay.walletconnect.com
Sorry, something went wrong.
No branches or pull requests
{
"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.
The text was updated successfully, but these errors were encountered: