Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions mobile/kit-expo-minimal/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"icon": "./assets/images/icon.png",
"scheme": "expokit",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
},
Expand All @@ -18,15 +17,15 @@
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"package": "dev.wallet_ui.expo_kit"
"package": "com.anonymous.kit_expo_minimal"
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-font",
"expo-router",
[
"expo-splash-screen",
Expand All @@ -39,11 +38,12 @@
"backgroundColor": "#000000"
}
}
]
],
"expo-web-browser"
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
"reactCompiler": true,
"typedRoutes": true
}
}
}
5 changes: 1 addition & 4 deletions mobile/kit-expo-minimal/constants/app-config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { AppIdentity, createSolanaDevnet, createSolanaTestnet, SolanaCluster } from '@wallet-ui/react-native-kit'

export class AppConfig {
static identity: AppIdentity = {
name: 'kit-expo',
uri: 'https://example.com',
}
static identity: AppIdentity = { name: 'kit-expo' }
static networks: SolanaCluster[] = [
createSolanaDevnet({ url: 'https://api.devnet.solana.com' }),
createSolanaTestnet({ url: 'https://api.testnet.solana.com' }),
Expand Down
51 changes: 26 additions & 25 deletions mobile/kit-expo-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,19 @@
"android": "expo run:android",
"android:build": "expo prebuild -p android",
"build": "tsc --noEmit && npm run android:build",
"ci": "tsc --noEmit && npm run lint:check && npm run fmt:check && npm run android:build",
"ci": "tsc --noEmit && npm run lint:check && npm run format:check && npm run android:build",
"dev": "expo start --clear --dev-client --reset-cache",
"doctor": "npx -y expo-doctor@latest",
"fmt": "prettier --write .",
"fmt:check": "prettier --check .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"ios": "expo run:ios",
"lint": "expo lint --fix",
"lint:check": "expo lint",
"start": "expo start",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~55.0.6",
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-clipboard/clipboard": "^1.16.3",
Expand All @@ -47,36 +48,36 @@
"@solana/kit": "^6.1.0",
"@tanstack/react-query": "^5.90.7",
"@wallet-ui/react-native-kit": "^4.0.1",
"expo": "~54.0.23",
"expo-constants": "~18.0.10",
"expo-dev-client": "~6.0.17",
"expo-font": "~14.0.9",
"expo-haptics": "~15.0.7",
"expo-image": "~3.0.10",
"expo-linking": "~8.0.8",
"expo-router": "~6.0.14",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-symbols": "~1.0.7",
"expo-system-ui": "~6.0.8",
"expo-web-browser": "~15.0.9",
"expo": "~55.0.8",
"expo-constants": "~55.0.9",
"expo-dev-client": "~55.0.18",
"expo-font": "~55.0.4",
"expo-haptics": "~55.0.9",
"expo-image": "~55.0.6",
"expo-linking": "~55.0.8",
"expo-router": "~55.0.7",
"expo-splash-screen": "~55.0.12",
"expo-status-bar": "~55.0.4",
"expo-symbols": "~55.0.5",
"expo-system-ui": "~55.0.10",
"expo-web-browser": "~55.0.10",
"js-base64": "^3.7.8",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native-gesture-handler": "~2.30.0",
"react-native-get-random-values": "~1.11.0",
"react-native-quick-crypto": "^0.7.17",
"react-native-reanimated": "~4.1.1",
"react-native-reanimated": "~4.2.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-screens": "~4.23.0",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.5.1"
"react-native-worklets": "0.7.2"
},
"devDependencies": {
"@types/react": "~19.1.0",
"@types/react": "~19.2.14",
"eslint": "^9.25.0",
"eslint-config-expo": "~10.0.0",
"eslint-config-expo": "~55.0.0",
"prettier": "^3.8.1",
"typescript": "~5.9.2"
},
Expand Down
2,438 changes: 1,208 additions & 1,230 deletions mobile/kit-expo-minimal/pnpm-lock.yaml

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions mobile/kit-expo-uniwind/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"name": "kit-expo-uniwind",
"slug": "kit-expo-uniwind",
"android": {
"package": "com.anonymous.kitexpouniwind"
}
"package": "com.anonymous.kit_expo_uniwind"
},
"plugins": ["expo-router"]
}
}
31 changes: 16 additions & 15 deletions mobile/kit-expo-uniwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,40 @@
"android": "expo run:android",
"android:build": "expo prebuild -p android",
"build": "tsc --noEmit && npm run android:build",
"ci": "tsc --noEmit && npm run lint:check && npm run fmt:check && npm run android:build",
"ci": "tsc --noEmit && npm run lint:check && npm run format:check && npm run android:build",
"dev": "expo start --clear --dev-client --reset-cache",
"doctor": "npx -y expo-doctor@latest",
"fmt": "prettier --write .",
"fmt:check": "prettier --check .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"ios": "expo run:ios",
"lint": "expo lint --fix",
"lint:check": "expo lint",
"start": "expo start",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~55.0.6",
"@solana/kit": "^6.1.0",
"@wallet-ui/react-native-kit": "^4.0.1",
"expo": "~54.0.22",
"expo-constants": "~18.0.13",
"expo-dev-client": "^6.0.20",
"expo-linking": "~8.0.11",
"expo-router": "~6.0.14",
"expo-status-bar": "~3.0.8",
"react": "~19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"expo": "~55.0.8",
"expo-constants": "~55.0.9",
"expo-dev-client": "^55.0.18",
"expo-linking": "~55.0.8",
"expo-router": "~55.0.7",
"expo-status-bar": "~55.0.4",
"react": "~19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native-quick-crypto": "^1.0.7",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.16.0",
"react-native-screens": "~4.23.0",
"tailwindcss": "~4.1.16",
"uniwind": "~1.0.0"
},
"devDependencies": {
"@types/react": "~19.1.0",
"@types/react": "~19.2.14",
"eslint": "^9.25.0",
"eslint-config-expo": "~10.0.0",
"eslint-config-expo": "~55.0.0",
"prettier": "^3.8.1",
"typescript": "~5.9.2"
},
Expand Down
Loading
Loading