Commit b0a6f41
authored
feat: support Expo 55 (#248)
* chore: move Expo 54 demo app
* docs: document new Expo demo apps
* ci: build both expo apps
* chore: bootstrap Expo 55 demo app
* feat: support Expo 55 in react-native-brownfield expo config plugin
* chore: configure package names
* chore: add changeset
* chore: rename expo-specific entrypoint files in template
* feat: support both hermes repositories in Expo config plugin
* fix: missing spaces in expo brownfield plugin logs
* chore: upgrade KGP version in AndroidApp
* feat: collect expo runtime-scope transitive dependencies and inject to artifacts
* fix: restore Expo entrypoint in AndroidApp
* feat: integrate postMessage demo with Expo 55
* docs: reorder hermes version instructions
* feat: demo android expo 54 & 55 flavors
* fix: entrypoint for Expo to support Expo 55
* feat: expo config plugin to define EXPO_PRE_55 in the brownfield target for pre-55 expo SDK
* fix: support for both Expo pre- and post- 55 in ExpoHostRuntime
* feat: upgrade to stable expo 55
* fix: define EXPO_SDK_GTE_55 in Podfile for ReactBrownfield
* feat: expo 55 demo app parity with 54 demo app
* fix: build error in ExpoHostRuntime for Expo 54
* chore: remove leftovers from tester-integrated from changesets config
* fix: changes after CR
* fix(ci): prepare-android-build-gradle-for-ci.ts
* fix(ci): use matrix for iOS Expo demo app
* fix(ci): invalid command flag failing Expo 54 demo app build in CI1 parent 2cfc12b commit b0a6f41
File tree
136 files changed
+4194
-161
lines changed- .changeset
- .github
- actions/androidapp-road-test
- workflows
- apps
- AndroidApp
- app
- src
- expo54/java/com/callstack/brownfield/android/expo
- expo55/java/com/callstack/brownfield/android/expo
- gradle
- AppleApp
- ExpoApp54
- app
- (tabs)
- assets/images
- components
- counter
- postMessage
- ui
- constants
- hooks
- ExpoApp55
- assets
- expo.icon
- Assets
- images
- tabIcons
- src
- app
- components
- counter
- postMessage
- ui
- constants
- hooks
- scripts
- docs/docs/docs/getting-started
- gradle-plugins/react/brownfield/src/main/kotlin/com/callstack/react/brownfield/expo
- packages/react-native-brownfield
- ios
- src/expo-config-plugin
- android
- utils
- __tests__
- ios
- template/android
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
136 files changed
+4194
-161
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
61 | 66 | | |
62 | | - | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
| |||
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
101 | | - | |
| 106 | + | |
102 | 107 | | |
103 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
104 | 114 | | |
105 | 115 | | |
106 | 116 | | |
107 | 117 | | |
108 | 118 | | |
109 | | - | |
| 119 | + | |
110 | 120 | | |
111 | 121 | | |
112 | | - | |
113 | | - | |
| 122 | + | |
| 123 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
74 | | - | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments