Skip to content

Commit e204fa3

Browse files
committed
chore: fix host-component-names
1 parent 4b14165 commit e204fa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/__tests__/host-component-names.test.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import * as React from 'react';
22
import { Image, Modal, ScrollView, Switch, Text, TextInput } from 'react-native';
3+
import TestRenderer, { ReactTestRenderer } from 'react-test-renderer';
4+
import { getConfig } from '../config';
35
import {
46
isHostImage,
57
isHostModal,

0 commit comments

Comments
 (0)