Skip to content

Commit

Permalink
[sandbox] Revert prebuild changes (expo#33245)
Browse files Browse the repository at this point in the history
# Why

Follow up of expo#33181

# How

Revert sandbox changes caused by running `npx expo prebuild`

# Test Plan

N / A

# 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).
  • Loading branch information
gabrieldonadel authored Nov 25, 2024
1 parent 24f5f68 commit bdd9854
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions apps/sandbox/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"userInterfaceStyle": "automatic",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.gabrieldonadel.sandbox"
"supportsTablet": true
},
"plugins": [
[
Expand Down
4 changes: 2 additions & 2 deletions apps/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios"
"android": "expo start --android",
"ios": "expo start --ios"
},
"dependencies": {
"expo": "~52.0.0",
Expand Down

0 comments on commit bdd9854

Please sign in to comment.