Skip to content

Commit fbe7381

Browse files
committed
Add Expo and React Native to CI
1 parent 4ebe6e9 commit fbe7381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
fail-fast: false
108108
matrix:
109109
node: ['16.x']
110-
example: ['cra4', 'cra5', 'next', 'vite', 'node-standard', 'node-esm']
110+
example: ['cra4', 'cra5', 'next', 'vite', 'node-standard', 'node-esm', 'react-native', 'expo']
111111
steps:
112112
- name: Checkout repo
113113
uses: actions/checkout@v4

0 commit comments

Comments
 (0)