Skip to content

Commit

Permalink
updates app-icon, splash-logo, github banner (#150)
Browse files Browse the repository at this point in the history
* Adds app-icon and splash screen assets.

* Updates github banner. Adds figma link.
  • Loading branch information
yulolimum authored Jun 11, 2024
1 parent 4de0712 commit 88466b7
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="./_art/ir_mlkit_logo.png" alt="IR MLKit Logo" width="400" />
<img src="./_art/ir_mlkit_logo.png" alt="IR MLKit Logo" />
<h2 align="center">RN MLKit Wrapper for Expo</h2>
</p>

Expand Down
1 change: 1 addition & 0 deletions _art/figma.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Assets Figma: https://www.figma.com/design/wxBmhqPR7L6HwYU9MxfKsb/React-Native-MLKit?t=JY9lTBivqS5Fu4vv-1
Binary file modified _art/ir_mlkit_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions apps/ExampleApp/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"splash": {
"image": "./assets/images/splash-logo-all.png",
"resizeMode": "contain",
"backgroundColor": "#191015"
"backgroundColor": "#F4F2F1"
},
"updates": {
"fallbackToCacheTimeout": 0
Expand All @@ -25,12 +25,13 @@
"package": "red.infinite.reactnativemlkit.example",
"adaptiveIcon": {
"foregroundImage": "./assets/images/app-icon-android-adaptive-foreground.png",
"backgroundImage": "./assets/images/app-icon-android-adaptive-background.png"
"backgroundImage": "./assets/images/app-icon-android-adaptive-background.png",
"backgroundColor": "#F4F2F1"
},
"splash": {
"image": "./assets/images/splash-logo-android-universal.png",
"resizeMode": "contain",
"backgroundColor": "#191015"
"backgroundColor": "#F4F2F1"
}
},
"ios": {
Expand All @@ -41,15 +42,15 @@
"image": "./assets/images/splash-logo-ios-mobile.png",
"tabletImage": "./assets/images/splash-logo-ios-tablet.png",
"resizeMode": "contain",
"backgroundColor": "#191015"
"backgroundColor": "#F4F2F1"
}
},
"web": {
"favicon": "./assets/images/app-icon-web-favicon.png",
"splash": {
"image": "./assets/images/splash-logo-web.png",
"resizeMode": "contain",
"backgroundColor": "#191015"
"backgroundColor": "#F4F2F1"
},
"bundler": "metro"
},
Expand All @@ -76,4 +77,4 @@
"ignite": {
"version": "9.6.2"
}
}
}
Binary file modified apps/ExampleApp/assets/images/app-icon-all.png
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 modified apps/ExampleApp/assets/images/app-icon-android-legacy.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 modified apps/ExampleApp/assets/images/app-icon-ios.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 modified apps/ExampleApp/assets/images/app-icon-web-favicon.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 modified apps/ExampleApp/assets/images/splash-logo-all.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 modified apps/ExampleApp/assets/images/splash-logo-android-universal.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 modified apps/ExampleApp/assets/images/splash-logo-ios-mobile.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 modified apps/ExampleApp/assets/images/splash-logo-ios-tablet.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 modified apps/ExampleApp/assets/images/splash-logo-web.png
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 modified apps/ExampleApp/ignite/templates/app-icon/android-legacy.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 modified apps/ExampleApp/ignite/templates/app-icon/ios-universal.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 modified apps/ExampleApp/ignite/templates/splash-screen/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88466b7

Please sign in to comment.