Commit 87f32b8
authored
feat(crnl): pass --template blank to create-expo-app (#558)
### Summary
With [Expo SDK 51](https://expo.dev/changelog/2024/05-07-sdk-51), [Expo
has changed their default app
template](https://expo.dev/changelog/2024/05-07-sdk-51#new-default-project-template-and-getting-started-flow).
This PR passes the `--template blank` param to `create-expo-app` so we
can use a bare template. This also fixes [some of the CI issues we've
been
having](https://github.com/callstack/react-native-builder-bob/actions/runs/9227626360/job/25389966834?pr=551)
### Test plan
1. Create a new library and select `Javascript` as the library language
2. Make sure the generated library's `example/package.json` doesn't
include `expo-router` as a dependency (`expo-router` is a dependency
that comes with the new default app template).
3. Run `yarn lint` and make sure it passes.1 parent c7dfe9e commit 87f32b8
File tree
1 file changed
+8
-2
lines changed- packages/create-react-native-library/src/utils
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
82 | 88 | | |
83 | 89 | | |
84 | 90 | | |
| |||
0 commit comments