File tree Expand file tree Collapse file tree 5 files changed +18
-8
lines changed Expand file tree Collapse file tree 5 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 40
40
- name : 👷 Build packages for example
41
41
run : pnpm run -w build:example
42
42
43
- # You can remove this step if you already configured this
44
- # This project shouldn't be pre-configured with this ID, that's why its omitted
43
+ # Remove this step and configure the app to contain your own project and bundle identifiers.
44
+ # This is intentionally omitted in the template repository to guide users through the setup when cloning.
45
45
- name : 👷 Configure project
46
46
if : ${{ github.repository == 'byCedric/expo-monorepo-example' }}
47
47
working-directory : apps/example
Original file line number Diff line number Diff line change 42
42
working-directory : apps/example
43
43
run : pnpm expo export --platform web --output-dir ./build
44
44
45
- # You can remove this step if you already configured this
46
- # This project shouldn't be pre-configured with this ID, that's why its omitted
45
+ # Remove this step and configure the app to contain your own project and bundle identifiers.
46
+ # This is intentionally omitted in the template repository to guide users through the setup when cloning.
47
47
- name : 👷 Configure project
48
48
if : ${{ github.repository == 'byCedric/expo-monorepo-example' }}
49
49
working-directory : apps/example
Original file line number Diff line number Diff line change 26
26
- name : 👷 Build packages
27
27
run : pnpm run -w build:example
28
28
29
- # You can remove this step if you already configured this
30
- # This project shouldn't be pre-configured with this ID, that's why its omitted
29
+ # Remove this step and configure the app to contain your own project and bundle identifiers.
30
+ # This is intentionally omitted in the template repository to guide users through the setup when cloning.
31
31
- name : 👷 Configure project
32
32
if : ${{ github.repository == 'byCedric/expo-monorepo-example' }}
33
33
working-directory : apps/example
Original file line number Diff line number Diff line change 12
12
"supportsTablet" : true
13
13
},
14
14
"android" : {
15
+ "package" : " dev.cedric.monorepo" ,
15
16
"adaptiveIcon" : {
16
17
"foregroundImage" : " ./assets/images/adaptive-icon.png" ,
17
18
"backgroundColor" : " #ffffff"
36
37
],
37
38
"experiments" : {
38
39
"typedRoutes" : true
39
- }
40
+ },
41
+ "extra" : {
42
+ "router" : {
43
+ "origin" : false
44
+ },
45
+ "eas" : {
46
+ "projectId" : " d202a56f-0162-450d-af3b-a2d2e0678594"
47
+ }
48
+ },
49
+ "owner" : " bycedric"
40
50
}
41
51
}
Original file line number Diff line number Diff line change 12
12
"android" : " expo run:android" ,
13
13
"ios" : " expo run:ios" ,
14
14
"web" : " expo start --web" ,
15
- "eas-build-post-install" : " pnpm run -w build:mobile "
15
+ "eas-build-post-install" : " pnpm run -w build:example "
16
16
},
17
17
"dependencies" : {
18
18
"@acme/feature-home" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments