We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6377c2a commit 2d2eae4Copy full SHA for 2d2eae4
2 files changed
.github/workflows/expo-example-e2e-test-ios.yml
@@ -20,6 +20,8 @@ jobs:
20
name: Run Expo Example iOS E2E Tests
21
runs-on: macos-latest
22
timeout-minutes: 60
23
+ env:
24
+ EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
25
steps:
26
- name: 🏗 Checkout repository
27
uses: actions/checkout@v4
examples/expo-example/app.json
@@ -12,9 +12,7 @@
12
"resizeMode": "contain",
13
"backgroundColor": "#ffffff"
14
},
15
- "assetBundlePatterns": [
16
- "**/*"
17
- ],
+ "assetBundlePatterns": ["**/*"],
18
"ios": {
19
"supportsTablet": true,
"bundleIdentifier": "com.reactnativelegal.expoexample",
0 commit comments