-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nicolas Burtey
committed
Apr 16, 2024
1 parent
7194b75
commit 6e8e69d
Showing
31 changed files
with
473 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,22 +2,22 @@ | |
"images": [ | ||
{ | ||
"idiom": "universal", | ||
"filename": "bootsplash_logo.png", | ||
"filename": "bootsplash_logo-ldf3jg.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"idiom": "universal", | ||
"filename": "[email protected]", | ||
"filename": "bootsplash_logo-ldf3jg@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"idiom": "universal", | ||
"filename": "[email protected]", | ||
"filename": "bootsplash_logo-ldf3jg@3x.png", | ||
"scale": "3x" | ||
} | ||
], | ||
"info": { | ||
"version": 1, | ||
"author": "xcode" | ||
"author": "xcode", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+4.37 KB
ios/GaloyApp/Images.xcassets/BootSplashLogo.imageset/bootsplash_logo-ldf3jg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.37 KB
ios/GaloyApp/Images.xcassets/BootSplashLogo.imageset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.4 KB
ios/GaloyApp/Images.xcassets/BootSplashLogo.imageset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-4.51 KB
ios/GaloyApp/Images.xcassets/BootSplashLogo.imageset/bootsplash_logo.png
Binary file not shown.
Binary file removed
BIN
-8.72 KB
ios/GaloyApp/Images.xcassets/BootSplashLogo.imageset/[email protected]
Binary file not shown.
Binary file removed
BIN
-13 KB
ios/GaloyApp/Images.xcassets/BootSplashLogo.imageset/[email protected]
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- a/node_modules/react-native-vector-icons/fonts.gradle | ||
+++ b/node_modules/react-native-vector-icons/fonts.gradle | ||
@@ -32,6 +32,11 @@ afterEvaluate { | ||
lintVitalAnalyzeTask.dependsOn(fontCopyTask) | ||
} | ||
|
||
+ def generateReportTask = tasks.findByName("generate${targetName}LintVitalReportModel") | ||
+ if (generateReportTask) { | ||
+ generateReportTask.dependsOn(fontCopyTask) | ||
+ } | ||
+ | ||
def generateAssetsTask = tasks.findByName("generate${targetName}Assets") | ||
generateAssetsTask.dependsOn(fontCopyTask) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.