diff --git a/.gitignore b/.gitignore
index c9d575d..3c908ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,5 @@ yarn-error.*
*.tsbuildinfo
app-example
+
+.codegpt
\ No newline at end of file
diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml
index 406736c..9e9ba09 100644
--- a/.idea/caches/deviceStreaming.xml
+++ b/.idea/caches/deviceStreaming.xml
@@ -8,17 +8,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -30,6 +44,7 @@
+
@@ -40,18 +55,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -63,17 +105,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -85,6 +153,7 @@
+
@@ -96,6 +165,7 @@
+
@@ -106,7 +176,9 @@
+
+
@@ -118,17 +190,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -139,18 +225,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -162,6 +275,7 @@
+
@@ -173,28 +287,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -206,6 +397,7 @@
+
@@ -217,6 +409,7 @@
+
@@ -228,17 +421,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -250,6 +469,7 @@
+
@@ -261,6 +481,7 @@
+
@@ -272,6 +493,7 @@
+
@@ -282,7 +504,9 @@
+
+
@@ -290,11 +514,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -306,17 +543,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -327,7 +579,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 639900d..6e86672 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,4 +1,3 @@
-
diff --git a/app.json b/app.json
index b957482..aa31234 100644
--- a/app.json
+++ b/app.json
@@ -4,7 +4,7 @@
"slug": "fake-check-bd",
"version": "1.0.0",
"orientation": "portrait",
- "icon": "./assets/images/icon.png",
+ "icon": "./assets/images/fraud_logo.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
@@ -13,7 +13,7 @@
},
"android": {
"adaptiveIcon": {
- "foregroundImage": "./assets/images/adaptive-icon.png",
+ "foregroundImage": "./assets/images/fraud_logo.png",
"backgroundColor": "#ffffff"
},
"package": "com.smfahimhossen.android"
@@ -28,7 +28,7 @@
[
"expo-splash-screen",
{
- "image": "./assets/images/splash-icon.png",
+ "image": "./assets/images/fraud_logo.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff"
diff --git a/assets/images/fraud_logo.jpeg b/assets/images/fraud_logo.jpeg
new file mode 100644
index 0000000..49feca3
Binary files /dev/null and b/assets/images/fraud_logo.jpeg differ
diff --git a/package-lock.json b/package-lock.json
index 0eeae55..1b73221 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "fake-check-bd",
+ "name": "fact-checker",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "fake-check-bd",
+ "name": "fact-checker",
"version": "1.0.0",
"dependencies": {
"@expo/vector-icons": "^14.0.2",