Skip to content
Snippets Groups Projects
Commit d80e0af6 authored by nhanhad's avatar nhanhad
Browse files

Push existing project to GitLab

parent e4640d97
Branches
No related tags found
No related merge requests found
...@@ -9,5 +9,9 @@ npm-debug.* ...@@ -9,5 +9,9 @@ npm-debug.*
*.orig.* *.orig.*
web-build/ web-build/
.env .env
# ignores all .env files
.env*
# macOS # macOS
.DS_Store .DS_Store
...@@ -130,3 +130,7 @@ yarn add firebase - run with cmd ...@@ -130,3 +130,7 @@ yarn add firebase - run with cmd
Remove strict in tsconfig option to turn off ts check Remove strict in tsconfig option to turn off ts check
add allowJS:true in tsconfig to enabled JS mitigation add allowJS:true in tsconfig to enabled JS mitigation
special thanks for SohelIslamImran provided a charm solution for
Warning: Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Likely causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.
reference https://github.com/facebook/react-native/issues/28453
...@@ -24,8 +24,9 @@ export default { ...@@ -24,8 +24,9 @@ export default {
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF" "backgroundColor": "#FFFFFF",
} },
"package": "com.yourcompany.yourappname"
}, },
"web": { "web": {
"favicon": "./assets/favicon.png" "favicon": "./assets/favicon.png"
...@@ -36,7 +37,10 @@ export default { ...@@ -36,7 +37,10 @@ export default {
projectId: process.env.PROJECT_ID, projectId: process.env.PROJECT_ID,
storageBucket: process.env.STORAGE_BUCKET, storageBucket: process.env.STORAGE_BUCKET,
messagingSenderId: process.env.MESSAGING_SENDER_ID, messagingSenderId: process.env.MESSAGING_SENDER_ID,
appId: process.env.APP_ID appId: process.env.APP_ID,
"eas": {
"projectId": "648c7d24-4c14-407d-8245-e5988d5c14b4"
} }
},
} }
} }
...@@ -16,7 +16,10 @@ ...@@ -16,7 +16,10 @@
"preview4": { "preview4": {
"distribution": "internal" "distribution": "internal"
}, },
"production": {} "production": {},
"development": {
"developmentClient": true,
"distribution": "internal"
}
} }
} }
\ No newline at end of file
\ No newline at end of file
...@@ -6179,6 +6179,39 @@ expo-constants@~14.4.2: ...@@ -6179,6 +6179,39 @@ expo-constants@~14.4.2:
"@expo/config" "~8.1.0" "@expo/config" "~8.1.0"
uuid "^3.3.2" uuid "^3.3.2"
   
expo-dev-client@~2.4.12:
version "2.4.12"
resolved "https://registry.yarnpkg.com/expo-dev-client/-/expo-dev-client-2.4.12.tgz#3ab2d03dfe22527c5f78324e4f658843a19e4d5d"
integrity sha512-3+xg0yb/0g6+JQaWq5+xn2uHoOXP4oSX33aWkaZPSNJLoyzfRaHNDF5MLcrMBbEHCw5T5qZRU291K+uQeMMC0g==
dependencies:
expo-dev-launcher "2.4.14"
expo-dev-menu "3.2.2"
expo-dev-menu-interface "1.3.0"
expo-manifests "~0.7.0"
expo-updates-interface "~0.10.0"
expo-dev-launcher@2.4.14:
version "2.4.14"
resolved "https://registry.yarnpkg.com/expo-dev-launcher/-/expo-dev-launcher-2.4.14.tgz#ca0cabbefd6c1989709613ead9e86d2f159fe011"
integrity sha512-SlUf+fEX9sKzDzY1Ui8j5775eLKpO0xPVoI89G7CRsrpUv6ZRvRF836cMFesxkU5d+3bXHpKzDQiEPDSI1G/WQ==
dependencies:
expo-dev-menu "3.2.2"
resolve-from "^5.0.0"
semver "^7.5.3"
expo-dev-menu-interface@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/expo-dev-menu-interface/-/expo-dev-menu-interface-1.3.0.tgz#51b6be8c6e0ce73e414ac7a545998dfad0dfdb80"
integrity sha512-WtRP7trQ2lizJJTTFXUSGGn1deIeHaYej0sUynvu/uC69VrSP4EeSnYOxbmEO29kuT/MsQBMGu0P/AkMQOqCOg==
expo-dev-menu@3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/expo-dev-menu/-/expo-dev-menu-3.2.2.tgz#e5285846158286e7da20fa44be1b0e2079fa8cc4"
integrity sha512-q0IDlCGkZMsDIFV+Mgnz0Q3u/bcnrF8IFMglJ0onF09e5csLk5Ts7hKoQyervOJeThyI402r9OQsFNaru2tgtg==
dependencies:
expo-dev-menu-interface "1.3.0"
semver "^7.5.3"
expo-eas-client@~0.6.0: expo-eas-client@~0.6.0:
version "0.6.0" version "0.6.0"
resolved "https://registry.yarnpkg.com/expo-eas-client/-/expo-eas-client-0.6.0.tgz#b722dde0de1b8b56701b282a5fdf28d3d3e79ec4" resolved "https://registry.yarnpkg.com/expo-eas-client/-/expo-eas-client-0.6.0.tgz#b722dde0de1b8b56701b282a5fdf28d3d3e79ec4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment