We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a45f1 commit 89a94efCopy full SHA for 89a94ef
src/lib/InputComponent.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
import React from 'react';
4
-import ReactNative from 'react-native';
+import ReactNative, { Platform } from 'react-native';
5
import {Field} from './Field.js';
6
7
const {View, StyleSheet, TextInput, Text} = ReactNative;
0 commit comments