We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b0154 commit 53ef89dCopy full SHA for 53ef89d
src/__tests__/event-handler.test.tsx
@@ -1,6 +1,6 @@
1
import * as React from 'react';
2
import { Text, View } from 'react-native';
3
-import { render, screen } from '../..';
+import { render, screen } from '..';
4
import { getEventHandler } from '../event-handler';
5
6
test('getEventHandler strict mode', () => {
0 commit comments