Skip to content

Commit 879bd8d

Browse files
ethansharM-i-k-e-l
authored andcommitted
Return old textfield for masked input (#2828)
* Return old textfield for masked input * Fix old TextField displayName
1 parent 39b92c5 commit 879bd8d

File tree

2 files changed

+844
-1
lines changed

2 files changed

+844
-1
lines changed

src/components/maskedInput/old.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import React from 'react';
44
import {StyleSheet, Keyboard} from 'react-native';
55
import {ViewPropTypes} from 'deprecated-react-native-prop-types';
66
import BaseInput from '../baseInput';
7-
import TextField from '../textField';
7+
import TextField from '../textFieldOld';
88
import View from '../view';
99
import Text from '../text';
1010
import TouchableOpacity from '../touchableOpacity';

0 commit comments

Comments
 (0)