File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change 88 Text ,
99 TouchableOpacity ,
1010 View ,
11+ Platform ,
1112} from "react-native" ;
1213import { ActivityIndicator , FAB } from "react-native-paper" ;
1314import {
You can’t perform that action at this time.
0 commit comments