feat(create-expo-module): add bun support (#24346)# Why - Follow up https://github.com/expo/expo/pull/24344 - Support using bun to install packages. This is faster and has fewer warnings.
[create-expo-module] Add telemetry for local modules (#22603)
[docs][modules] Update create-expo-module command to show relative import path (#22255)
[expo-modules] Change copy on expo-modules local (#22246)
[docs] Update references to expo install/run to npx expo install/run (#22197)# Why We should point to `npx expo *` instead of just `expo *` everywhere # How Search/replace ---------
[docs] Update references to expo install/run to npx expo install/run (#22197)# Why We should point to `npx expo *` instead of just `expo *` everywhere # How Search/replace --------- Co-authored-by: Aman Mittal <[email protected]> Co-authored-by: Bartosz Kaszubowski <[email protected]>
show more ...
[expo-modules] Create local create-expo-module template (#21460)
[create-expo-module] Fix initializing git repo too early (#21252)
[create-expo-module] Only run pod install on macOS (#20951)Co-authored-by: Tomasz Sapeta <[email protected]> Co-authored-by: Brent Vatne <[email protected]>
fix(create-expo-module): skip creating a git repo when inside existing repo (#20896)# Why Part of ENG-7078 # How Copied over existing detection from https://github.com/expo/expo-cli/pull/
fix(create-expo-module): skip creating a git repo when inside existing repo (#20896)# Why Part of ENG-7078 # How Copied over existing detection from https://github.com/expo/expo-cli/pull/4629 # Test Plan - `$ git clone [email protected]:bycedric/expo-monorepo-example.git ./test` - `$ npx create-expo-module ./test/packages/new-without-subrepo` - `$ cd ./test/packages/new-without-subrepo` should not have `.git` # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [ ] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg: updated a module plugin).
[create-expo-module] Add basic telemetry (#20812)# Why This anonymous data is used to improve the Expo Modules API. # How Added basic telemetry, based on `@expo/cli`. # Test Plan - `
[create-expo-module] Add basic telemetry (#20812)# Why This anonymous data is used to improve the Expo Modules API. # How Added basic telemetry, based on `@expo/cli`. # Test Plan - `npx create-expo-module` should work just fine # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [ ] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg: updated a module plugin).
[create-expo-module] Cleanly handle View/Module suffix (#19952)
[create-module] Update gitignore and npmignore (#19937)
[create-expo-module] Create an empty git repository (#19928)# Why Creates an empty git repository inside of the project directory. # How - Run `git init`. # Test Plan - run `create-
[create-expo-module] Create an empty git repository (#19928)# Why Creates an empty git repository inside of the project directory. # How - Run `git init`. # Test Plan - run `create-expo-module` and check if the git was initialized.
[create-expo-modules][Android] Fix directory structure (#19926)# Why Closes ENG-6882. # How `replace` should replace all dots in the path. # Test Plan - run `create-expo-modules` an
[create-expo-modules][Android] Fix directory structure (#19926)# Why Closes ENG-6882. # How `replace` should replace all dots in the path. # Test Plan - run `create-expo-modules` and check if the folder structure is correct.
[create-expo-module] Add follow-up instructions (#19799)
[create-expo-module] Support EXPO_BETA for @next versions (#19776)
[create-expo-module] fix example app prebuild (#19631)
[create-expo-module] Remove .git from example app (#18800)
[create-module] Fix creating the example app on npm v8
[create-expo-module] Migrate expo init to create-expo-app (#18605)
[create-expo-module] Create the module in the new directory instead of the current one (#18602)
[create-expo-module] Improve the DX of create-expo-module script (#18323)
[create-expo-module] Use CLI spinners to indicate the progress (#18222)
[create-expo-module] Ensure the target directory exists when provided (#18126)
Creating Expo module with the example app (#17955)
12