update logo

This commit is contained in:
smfahim25 2025-04-13 10:46:39 +06:00
parent 3fcbffd986
commit 4998de8b24
9 changed files with 1126 additions and 1126 deletions

View file

@ -1,10 +1,10 @@
{ {
"expo": { "expo": {
"name": "Fact checker", "name": "Fraud Guard",
"slug": "fake-check-bd", "slug": "fraud-guard",
"version": "1.0.0", "version": "1.0.0",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/images/fraud_logo.jpeg", "icon": "./assets/images/guard.png",
"scheme": "myapp", "scheme": "myapp",
"userInterfaceStyle": "automatic", "userInterfaceStyle": "automatic",
"newArchEnabled": true, "newArchEnabled": true,
@ -13,7 +13,7 @@
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/images/fraud_logo.jpeg", "foregroundImage": "./assets/images/guard.png",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
}, },
"package": "com.smfahimhossen.android" "package": "com.smfahimhossen.android"
@ -28,7 +28,7 @@
[ [
"expo-splash-screen", "expo-splash-screen",
{ {
"image": "./assets/images/fraud_logo.jpeg", "image": "./assets/images/guard.png",
"imageWidth": 200, "imageWidth": 200,
"resizeMode": "contain", "resizeMode": "contain",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"

View file

@ -30,15 +30,15 @@ export default function TabLayout() {
<Tabs.Screen <Tabs.Screen
name="index" name="index"
options={{ options={{
title: 'Guard', title: 'News',
tabBarIcon: ({ focused }) => ( tabBarIcon: ({ focused }) => (
<Image <Image
source={ source={
focused focused
? require('@/assets/images/guard.jpg') ? require('@/assets/images/news.png')
: require('@/assets/images/guard.jpg') : require('@/assets/images/news.png')
} }
style={{ width: 90, height: 28 }} style={{ width: 40, height: 28 }}
resizeMode="contain" resizeMode="contain"
/> />
), ),
@ -47,15 +47,15 @@ export default function TabLayout() {
<Tabs.Screen <Tabs.Screen
name="explore" name="explore"
options={{ options={{
title: 'News', title: 'Fraud Guard',
tabBarIcon: ({ focused }) => ( tabBarIcon: ({ focused }) => (
<Image <Image
source={ source={
focused focused
? require('@/assets/images/news.jpeg') ? require('@/assets/images/tabguard.png')
: require('@/assets/images/news.jpeg') : require('@/assets/images/tabguard.png')
} }
style={{ width: 40, height: 28 }} style={{ width: 90, height: 28 }}
resizeMode="contain" resizeMode="contain"
/> />
), ),

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

BIN
assets/images/guard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

BIN
assets/images/news.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

BIN
assets/images/news_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 KiB

BIN
assets/images/tabguard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB