update logo
This commit is contained in:
parent
3fcbffd986
commit
4998de8b24
9 changed files with 1126 additions and 1126 deletions
10
app.json
10
app.json
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -29,31 +29,14 @@ export default function TabLayout() {
|
||||||
}}>
|
}}>
|
||||||
<Tabs.Screen
|
<Tabs.Screen
|
||||||
name="index"
|
name="index"
|
||||||
options={{
|
|
||||||
title: 'Guard',
|
|
||||||
tabBarIcon: ({ focused }) => (
|
|
||||||
<Image
|
|
||||||
source={
|
|
||||||
focused
|
|
||||||
? require('@/assets/images/guard.jpg')
|
|
||||||
: require('@/assets/images/guard.jpg')
|
|
||||||
}
|
|
||||||
style={{ width: 90, height: 28 }}
|
|
||||||
resizeMode="contain"
|
|
||||||
/>
|
|
||||||
),
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
<Tabs.Screen
|
|
||||||
name="explore"
|
|
||||||
options={{
|
options={{
|
||||||
title: 'News',
|
title: 'News',
|
||||||
tabBarIcon: ({ focused }) => (
|
tabBarIcon: ({ focused }) => (
|
||||||
<Image
|
<Image
|
||||||
source={
|
source={
|
||||||
focused
|
focused
|
||||||
? require('@/assets/images/news.jpeg')
|
? require('@/assets/images/news.png')
|
||||||
: require('@/assets/images/news.jpeg')
|
: require('@/assets/images/news.png')
|
||||||
}
|
}
|
||||||
style={{ width: 40, height: 28 }}
|
style={{ width: 40, height: 28 }}
|
||||||
resizeMode="contain"
|
resizeMode="contain"
|
||||||
|
|
@ -61,6 +44,23 @@ export default function TabLayout() {
|
||||||
),
|
),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
<Tabs.Screen
|
||||||
|
name="explore"
|
||||||
|
options={{
|
||||||
|
title: 'Fraud Guard',
|
||||||
|
tabBarIcon: ({ focused }) => (
|
||||||
|
<Image
|
||||||
|
source={
|
||||||
|
focused
|
||||||
|
? require('@/assets/images/tabguard.png')
|
||||||
|
: require('@/assets/images/tabguard.png')
|
||||||
|
}
|
||||||
|
style={{ width: 90, height: 28 }}
|
||||||
|
resizeMode="contain"
|
||||||
|
/>
|
||||||
|
),
|
||||||
|
}}
|
||||||
|
/>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
1089
app/(tabs)/index.tsx
1089
app/(tabs)/index.tsx
File diff suppressed because it is too large
Load diff
BIN
assets/images/guard.png
Normal file
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
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
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
BIN
assets/images/tabguard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Loading…
Add table
Reference in a new issue