Skip to content

Commit 5645e1f

Browse files
author
Pierre Poupin
committed
chore(example): fix sourcemap being completely wrong
This is only a workaround found on the expo issue expo/expo#24273 (comment)
1 parent c77915e commit 5645e1f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"main": "index.js",
55
"scripts": {
66
"start": "expo start",
7-
"android": "EXPO_TV=1 expo run:android",
8-
"ios": "EXPO_TV=1 expo run:ios",
9-
"web": "expo start --web",
7+
"android": "EXPO_NO_CLIENT_ENV_VARS=1 EXPO_TV=1 expo run:android",
8+
"ios": "EXPO_NO_CLIENT_ENV_VARS=1 EXPO_TV=1 expo run:ios",
9+
"web": "EXPO_NO_CLIENT_ENV_VARS=1 expo start --web",
1010
"build:web": "expo export -p web",
1111
"prebuild": "EXPO_TV=1 expo prebuild --clean"
1212
},

0 commit comments

Comments
 (0)