Refactored with a new Camera Library:(react-native-vision-camera). Need fix scanQRCodeFromImage

This commit is contained in:
2024-08-12 01:14:54 +08:00
parent bfd79fbf73
commit e4cc584924
23 changed files with 265 additions and 257 deletions

View File

@@ -9,7 +9,10 @@ export default ({ config }) => {
...config,
extra: {
API_BASE_URL: process.env.BASE_URL,
ENVIRONMENT: process.env.NODE_ENV
ENVIRONMENT: process.env.NODE_ENV,
eas: {
projectId: "88ad983d-5ca3-44e6-bc1b-8a9a941af992"
}
},
};
};