Skip to content

Commit

Permalink
feat: added expo example
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony23991 committed Mar 18, 2024
1 parent 44e7c5c commit f94aba9
Show file tree
Hide file tree
Showing 9 changed files with 405 additions and 812 deletions.
4 changes: 4 additions & 0 deletions examples/frontend/expo/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
EXPO_PUBLIC_API_URL=your_api_url
EXPO_PUBLIC_ENS_DOMAIN=your_ens_domain
EXPO_PUBLIC_CHAIN_ID=your_chain_id ex: 1 for mainnet, 11155111 for sepolia
EXPO_PUBLIC_PROJECT_ID=your_wagmi_project_id
11 changes: 10 additions & 1 deletion examples/frontend/expo/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
"supportsTablet": true,
"infoPlist": {
"LSApplicationQueriesSchemes": [
"metamask",
"trust",
"safe",
"rainbow",
"uniswap"
]
}
},
"android": {
"adaptiveIcon": {
Expand Down
9 changes: 0 additions & 9 deletions examples/frontend/expo/src/app/App.spec.tsx

This file was deleted.

Loading

0 comments on commit f94aba9

Please sign in to comment.