Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Nov 13, 2024
1 parent 47911a3 commit a708e6e
Show file tree
Hide file tree
Showing 5 changed files with 877 additions and 9 deletions.
6 changes: 6 additions & 0 deletions apps/wallet-mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ android {

dependencies {

implementation platform('com.google.firebase:firebase-bom:33.5.1')
androidTestImplementation('com.wix:detox:+')
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
Expand Down Expand Up @@ -233,3 +234,8 @@ exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk8'
}

apply from: file("../../../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)

plugins {
id 'com.android.application'
id 'com.google.gms.google-services'
}
4 changes: 4 additions & 0 deletions apps/wallet-mobile/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@ allprojects {
}
}
}

plugins {
id 'com.google.gms.google-services' version '4.4.2' apply false
}
29 changes: 29 additions & 0 deletions apps/wallet-mobile/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"project_info": {
"project_number": "1028338182097",
"project_id": "yoroi-mobile-dev-1",
"storage_bucket": "yoroi-mobile-dev-1.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:1028338182097:android:9cb2ca05daa41397bca2f0",
"android_client_info": {
"package_name": "com.emurgo"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyABpYF2WWAlu66c_1UmyCA9VcBgg8RcLRA"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}
3 changes: 3 additions & 0 deletions apps/wallet-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "^7.1.0",
"@react-native-community/slider": "^4.4.2",
"@react-native-firebase/app": "^21.4.0",
"@react-native-firebase/messaging": "^21.4.0",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-navigation/bottom-tabs": "^6.4.3",
"@react-navigation/material-top-tabs": "^6.4.0",
Expand Down Expand Up @@ -160,6 +162,7 @@
"expo-camera": "^13.2.1",
"expo-device": "^5.4.0",
"expo-image": "1.3.0",
"expo-notifications": "^0.28.19",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"expo-task-manager": "11.7.3",
Expand Down
Loading

0 comments on commit a708e6e

Please sign in to comment.