Merge branch 'master' into claude/brave-curie-Btskb

This commit is contained in:
Arjun Patel
2026-05-30 11:08:16 -07:00
committed by GitHub
38 changed files with 53 additions and 11 deletions
+8 -2
View File
@@ -14,7 +14,7 @@ const config: ExpoConfig = {
splash: {
image: "./assets/icon.png",
resizeMode: "contain",
backgroundColor: "#000000",
backgroundColor: "#2B2B2B",
},
ios: {
supportsTablet: true,
@@ -23,6 +23,12 @@ const config: ExpoConfig = {
ITSAppUsesNonExemptEncryption: false,
},
},
android: {
adaptiveIcon: {
foregroundImage: "./assets/icon.png",
backgroundColor: "#2B2B2B",
},
},
plugins: [
[
"expo-build-properties",
@@ -53,7 +59,7 @@ const config: ExpoConfig = {
[
"expo-notifications",
{
icon: "./assets/icon.png",
icon: "./assets/notification-icon.png",
color: "#000000",
},
],
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "flowy-mobile",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"main": "index.ts",
"scripts": {