Skip to content

Commit

Permalink
Merge pull request NCUAppTeam#69 from 1989ONCE/main
Browse files Browse the repository at this point in the history
fix Dialog error
  • Loading branch information
rryh-tw authored May 11, 2023
2 parents 31e7bc4 + 16a8236 commit 65de3e9
Show file tree
Hide file tree
Showing 10 changed files with 649 additions and 800 deletions.
5 changes: 5 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "fdfcacd5-3fce-44ad-aa51-03c85991cfea"
}
}
}
}
7 changes: 0 additions & 7 deletions controller/createUrl.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import { Linking } from 'react-native';

// async function createUrl(activeId) {
// console.log(activeId);
// const initialUrl = await Linking.getInitialURL();
// console.log(initialUrl);
// return initialUrl;
// }

async function useInitialURL() {
// Get the deep link used to open the app
const initialUrl = await Linking.getInitialURL();
Expand Down
39 changes: 39 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"cli": {
"version": ">= 3.9.3"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
}
},
"preview": {
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
},
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"production": {
"ios": {
"resourceClass": "m-medium"
}
}
},
"submit": {
"production": {}
}
}
Loading

0 comments on commit 65de3e9

Please sign in to comment.