Skip to content

Commit 14932c7

Browse files
authored
Remove custom handling for text field package (#3250)
1 parent fc4588d commit 14932c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/buildPackages/buildCustomPackages.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ const packages = [
1414
filename: 'constants.js',
1515
content: `module.exports = require('./src/commons/Constants').default;\n`
1616
},
17-
{
18-
filename: 'textField.js',
19-
content: `module.exports = require('./src/components/textField/TextFieldMigrator').default;\n`
20-
},
2117
{
2218
filename: 'core.js',
2319
components: ['View', 'Text', 'Image', 'TouchableOpacity', 'Button'],

0 commit comments

Comments
 (0)