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
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
},
plugins: [
"expo-router",
"expo-web-browser",
[
"expo-build-properties",
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ export default function Index() {
>
<Text style={styles.buttonText}>Claim Credential</Text>
</TouchableOpacity>
{/* Proximity Presentation - Step 1.5: Add Proximity Presentation button */}
{/* Proximity Presentation - Step 1.5: Add Present Credentials button */}
<TouchableOpacity
style={styles.button}
onPress={() => router.replace("/proximity-presentation")}
>
<Text style={styles.buttonText}>Proximity Presentation</Text>
<Text style={styles.buttonText}>Present Credentials</Text>
</TouchableOpacity>
{/* Online Presentation - Step 2.7: Add Online Presentation button */}
<TouchableOpacity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"ios": "expo run:ios"
},
"dependencies": {
"@mattrglobal/mobile-credential-holder-react-native": "^8.1.0",
"expo": "^53.0.9",
"expo-build-properties": "~0.14.6",
"expo-constants": "~17.1.6",
"expo-dev-client": "~5.1.8",
"expo-linking": "~7.1.5",
"expo-router": "~5.0.7",
"expo-web-browser": "~14.1.6",
"react": "19.0.0",
"react-native": "0.79.2",
"@mattrglobal/mobile-credential-holder-react-native": "^8.1.1",
"expo": "^55",
"expo-build-properties": "~55.0.13",
"expo-constants": "~55.0.15",
"expo-dev-client": "~55.0.28",
"expo-linking": "~55.0.14",
"expo-router": "~55.0.13",
"expo-web-browser": "~55.0.14",
"react": "19.2.0",
"react-native": "0.83.6",
"react-native-qrcode-svg": "^6.3.15",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.10.0",
"react-native-svg": "15.11.2",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-vision-camera": "^4.6.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@biomejs/biome": "^1.9.4",
"@types/react": "~19.0.10",
"typescript": "~5.8.3"
"@types/react": "~19.2.10",
"typescript": "~5.9.2"
},
"private": true
}
Loading
Loading