Compare commits
1 Commits
master
...
bebdbbad39
Author | SHA1 | Date | |
---|---|---|---|
bebdbbad39 |
1
.env
1
.env
@ -1,2 +1,3 @@
|
||||
EXPO_PUBLIC_API_KEY=I_Love_Madeline
|
||||
EXPO_PUBLIC_BASE_URL=https://ismadelinethecutest.gibbyb.com/api
|
||||
#EXPO_PUBLIC_BASE_URL=http://192.168.0.39:3000/api
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,7 +9,6 @@ npm-debug.*
|
||||
*.mobileprovision
|
||||
*.orig.*
|
||||
web-build/
|
||||
.env*
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
0
android/gradlew
vendored
Normal file → Executable file
0
android/gradlew
vendored
Normal file → Executable file
BIN
build-1726250893772.ipa
Normal file
BIN
build-1726250893772.ipa
Normal file
Binary file not shown.
BIN
build-1726251745948.ipa
Normal file
BIN
build-1726251745948.ipa
Normal file
Binary file not shown.
4
eas.json
4
eas.json
@ -12,10 +12,6 @@
|
||||
"distribution": "internal"
|
||||
},
|
||||
"production": {
|
||||
"env": {
|
||||
"EXPO_PUBLIC_API_KEY": "I_Love_Madeline",
|
||||
"EXPO_PUBLIC_BASE_URL": "https://ismadelinethecutest.gibbyb.com/api"
|
||||
},
|
||||
"autoIncrement": true
|
||||
}
|
||||
},
|
||||
|
@ -406,7 +406,7 @@
|
||||
);
|
||||
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.gibbyb.fuse;
|
||||
PRODUCT_NAME = "fuse";
|
||||
PRODUCT_NAME = fuse;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "fuse/fuse-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
@ -439,7 +439,7 @@
|
||||
);
|
||||
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.gibbyb.fuse;
|
||||
PRODUCT_NAME = "fuse";
|
||||
PRODUCT_NAME = fuse;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "fuse/fuse-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
@ -506,10 +506,7 @@
|
||||
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
|
||||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
" ",
|
||||
);
|
||||
OTHER_LDFLAGS = "$(inherited) ";
|
||||
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
||||
SDKROOT = iphoneos;
|
||||
USE_HERMES = true;
|
||||
@ -567,10 +564,7 @@
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
" ",
|
||||
);
|
||||
OTHER_LDFLAGS = "$(inherited) ";
|
||||
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
||||
SDKROOT = iphoneos;
|
||||
USE_HERMES = true;
|
||||
|
@ -54,7 +54,6 @@
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||
</array>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
<string>SplashScreen</string>
|
||||
|
58
package (conflicted copy 2024-09-25 090959).json
Normal file
58
package (conflicted copy 2024-09-25 090959).json
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "fuse",
|
||||
"main": "expo-router/entry",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"reset-project": "node ./scripts/reset-project.js",
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web",
|
||||
"test": "jest --watchAll",
|
||||
"lint": "expo lint"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "jest-expo"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/vector-icons": "^14.0.2",
|
||||
"@react-native-async-storage/async-storage": "^2.0.0",
|
||||
"@react-native-community/datetimepicker": "^8.2.0",
|
||||
"@react-navigation/native": "^6.0.2",
|
||||
"axios": "^1.7.7",
|
||||
"expo": "~51.0.28",
|
||||
"expo-constants": "~16.0.2",
|
||||
"expo-font": "~12.0.9",
|
||||
"expo-linear-gradient": "~13.0.2",
|
||||
"expo-linking": "~6.3.1",
|
||||
"expo-router": "~3.5.23",
|
||||
"expo-splash-screen": "~0.27.5",
|
||||
"expo-status-bar": "~1.12.1",
|
||||
"expo-system-ui": "~3.0.7",
|
||||
"expo-web-browser": "~13.0.3",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-native": "0.74.5",
|
||||
"react-native-dotenv": "^3.4.11",
|
||||
"react-native-gesture-handler": "~2.16.1",
|
||||
"react-native-reanimated": "~3.10.1",
|
||||
"react-native-safe-area-context": "4.10.5",
|
||||
"react-native-screens": "3.31.1",
|
||||
"react-native-vector-icons": "^10.1.0",
|
||||
"react-native-web": "~0.19.10",
|
||||
"expo-dev-client": "~4.0.26",
|
||||
"expo-notifications": "~0.28.17",
|
||||
"expo-device": "~6.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/react": "~18.2.45",
|
||||
"@types/react-test-renderer": "^18.0.7",
|
||||
"jest": "^29.2.1",
|
||||
"jest-expo": "~51.0.3",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"typescript": "~5.3.3"
|
||||
},
|
||||
"private": true
|
||||
}
|
20127
package-lock (conflicted copy 2024-09-25 091001).json
Normal file
20127
package-lock (conflicted copy 2024-09-25 091001).json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user