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 39b92c5 commit 879bd8dCopy full SHA for 879bd8d
src/components/maskedInput/old.js
@@ -4,7 +4,7 @@ import React from 'react';
4
import {StyleSheet, Keyboard} from 'react-native';
5
import {ViewPropTypes} from 'deprecated-react-native-prop-types';
6
import BaseInput from '../baseInput';
7
-import TextField from '../textField';
+import TextField from '../textFieldOld';
8
import View from '../view';
9
import Text from '../text';
10
import TouchableOpacity from '../touchableOpacity';
0 commit comments