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 4b14165 commit e204fa3Copy full SHA for e204fa3
src/__tests__/host-component-names.test.tsx
@@ -1,5 +1,7 @@
1
import * as React from 'react';
2
import { Image, Modal, ScrollView, Switch, Text, TextInput } from 'react-native';
3
+import TestRenderer, { ReactTestRenderer } from 'react-test-renderer';
4
+import { getConfig } from '../config';
5
import {
6
isHostImage,
7
isHostModal,
0 commit comments