Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 8ad609a

Browse files
committed
Fixing react-native issue
1 parent 8f3cbb6 commit 8ad609a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/native/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createFieldClass } from '../components/field-component';
22

3-
const View = process.env.NODE_ENV === 'test'
3+
const View = process.env.NODE_ENV !== 'test'
44
? require('react-native').View
55
: 'div';
66

0 commit comments

Comments
 (0)