Skip to content

Commit 89a94ef

Browse files
authored
Add required import
1 parent c5a45f1 commit 89a94ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/InputComponent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
import React from 'react';
4-
import ReactNative from 'react-native';
4+
import ReactNative, { Platform } from 'react-native';
55
import {Field} from './Field.js';
66

77
const {View, StyleSheet, TextInput, Text} = ReactNative;

0 commit comments

Comments
 (0)