Skip to content

Commit e70763b

Browse files
committed
chore: add missing react-native-gesture-handler dependency
1 parent 8baba3e commit e70763b

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

e2e/tests/Main.e2e.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { by, element, expect } from 'detox';
33
describe('Main', () => {
44
it('should have welcome screen', async () => {
55
await expect(
6-
element(by.text('Open up App/ to start working on your app!'))
6+
element(by.text('Open up App/ to start working on your app!')),
77
).toBeVisible();
88
});
99
});

package-lock.json

+9-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"nativewind": "^2.0.11",
3434
"react": "18.2.0",
3535
"react-native": "0.72.3",
36+
"react-native-gesture-handler": "~2.9.0",
3637
"react-native-safe-area-context": "4.6.3",
3738
"react-native-screens": "~3.22.1",
3839
"react-native-web": "~0.19.6"

0 commit comments

Comments
 (0)