[permissions] Remove permissions package (#24081)# Why Removes `expo-permissions` package. That package was deprecated for a long time but never removed. I think we can do it now. # ToDo
[permissions] Remove permissions package (#24081)# Why Removes `expo-permissions` package. That package was deprecated for a long time but never removed. I think we can do it now. # ToDo - [ ] publish new home app - will be done in a separate PR # Test Plan - bare-expo ✅ - expo-go ✅
show more ...
[home] Fix tsc for expo-constants changes (#24312)# Why Types for classic manifests were removed in 50. This puts home in a weird state where it could still get classic updates but not have the
[home] Fix tsc for expo-constants changes (#24312)# Why Types for classic manifests were removed in 50. This puts home in a weird state where it could still get classic updates but not have the types for them. # How The fix that I applied here was just to design for EAS Update. In places that used to have special UI for classic updates, we now just show a generic UI. This is the lowest attention cost and is the fastest way forward (rather than reverting all the type changes and supporting classic manifest types for longer in the home app). # Test Plan `yarn tsc` # 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 `npx expo prebuild` & EAS Build (eg: updated a module plugin).
[home] Add support for SSO users (#22863)
[expo-constants] Fix type export for new expoConfig field and home tsc error (#18061)
[home] port over account deletion flow from website (#17620)* save: port over account deletion logic from website TODO: redesign for mobile, get dialogs working * update design, remove dialog,
[home] port over account deletion flow from website (#17620)* save: port over account deletion logic from website TODO: redesign for mobile, get dialogs working * update design, remove dialog, wire up flows * improve design for view where you can't delete account yet * typography improvement * prevent layout jump in sms button * notify when user sends too many SMS * refetch all queries after new sessionSecret is populated * port over website's APIv2 client because it handles responses better (responseType: 'void' in particular) * remove old snapshot * add note to sync code with website
[home] only dismiss AccountModal following a successful authentication (#17233)* [home] only dismiss AccountModal following a successful authentication * reorder `&&` statement * apply feedba
[home] only dismiss AccountModal following a successful authentication (#17233)* [home] only dismiss AccountModal following a successful authentication * reorder `&&` statement * apply feedback
[home] remove async call to get username on login to speed up+make login more consistent (#16965)
[home] don't show projects section when logged out and change dev servers placeholder to be a sign in/up prompt (#16933)
[home] remove dead code (#16839)* [home] remove dead code * expotools publish-dev-home
[home] add account switcher modal (#16716)* [home] add modal for account screen * use normal navigation pattern for android * move to rootstack to get proper modals on iOS * save - todo: r
[home] add account switcher modal (#16716)* [home] add modal for account screen * use normal navigation pattern for android * move to rootstack to get proper modals on iOS * save - todo: redesign logged out view * get auth working * update log out button to match designs * move account name logic into custom provider * address refactoring feedback * set initial data before splash screen hides and dismiss account modal after logging in * lint
[home] implement projects section for redesigned Expo Go homescreen (#16565)* pod install * add spacers to recently opened project list * fix theme resolution * implement projects section
[home] implement projects section for redesigned Expo Go homescreen (#16565)* pod install * add spacers to recently opened project list * fix theme resolution * implement projects section and fix dev servers section * add overflow hidden style for android ripple * Revert "pod install" This reverts commit 2eacbe941999509e06428853564f93448e859f7f.
[home] add home screen header (#16537)* [home] add home screen header * rebuild dcc
[apps] cleanup and fixes after AV type changes (#16300)
[home] Fix broken build (#16299)
[tools] fix tsc error reported in CI (#15361)
[home] bump GraphQL codegen, migrate to `TypedDocumentNode` (#14393)
[expo-manifests] Update home environment detection to support using project ID (#14268)
[home] fix lint issues (#14260)
[js] Update JS code to read manifest2 when manifest is not available (#13602)
[home] check for camera permissions on QR scanner deep link (#13410)* [home] check for camera permissions on QR scanner deep link * improve permission needed alert
[expo-constants][js] Ensure classic manifest originalFullName is used over id (#12955)* [expo-constants][js] Ensure classic manifest originalFullName is used over id * Address comment * Chang
[expo-constants][js] Ensure classic manifest originalFullName is used over id (#12955)* [expo-constants][js] Ensure classic manifest originalFullName is used over id * Address comment * Changelog
[home][2/2] Enforce noImplicitAny typescript setting (#12976)
[home] More typescript cleanup and types (#12975)
[home] Generate graphql using graphql-codegen (#12898)
[updates] Add EAS updates to Expo Go project page (#12804)
123