Skip to content

Commit 28b1734

Browse files
committed
to feature the google signin
1 parent 5fd5b69 commit 28b1734

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

frontend/app.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"orientation": "portrait",
77
"icon": "./assets/icon.png",
88
"userInterfaceStyle": "light",
9+
"scheme": "splitwiser",
910
"newArchEnabled": true,
1011
"splash": {
1112
"image": "./assets/splash-icon.png",
@@ -14,11 +15,13 @@
1415
},
1516
"ios": {
1617
"supportsTablet": true,
18+
"bundleIdentifier": "com.devasy23.splitwiser",
1719
"infoPlist": {
1820
"NSPhotoLibraryUsageDescription": "Allow Splitwiser to select a group icon from your photo library."
1921
}
2022
},
2123
"android": {
24+
"package": "com.devasy23.splitwiser",
2225
"adaptiveIcon": {
2326
"foregroundImage": "./assets/adaptive-icon.png",
2427
"backgroundColor": "#ffffff"

frontend/screens/GroupDetailsScreen.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
Text,
99
TouchableOpacity,
1010
View,
11+
Platform,
1112
} from "react-native";
1213
import { ActivityIndicator, FAB } from "react-native-paper";
1314
import {

0 commit comments

Comments
 (0)