Skip to content

Commit 3ee9e62

Browse files
committed
fix(textfield): ios resolve pod issue
1 parent 85cc042 commit 3ee9e62

File tree

1 file changed

+7
-6
lines changed
  • packages/textfield/platforms/ios

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
pod 'MaterialComponents/TextControls+FilledTextFields'
2-
pod 'MaterialComponents/TextControls+UnderlinedTextFields'
3-
pod 'MaterialComponents/TextControls+OutlinedTextFields'
4-
pod 'MaterialComponents/TextControls+FilledTextFieldsTheming'
5-
pod 'MaterialComponents/TextControls+UnderlinedTextFieldsTheming'
6-
pod 'MaterialComponents/TextControls+OutlinedTextFieldsTheming'
1+
# pod 'MaterialComponents/TextControls+FilledTextFields'
2+
# pod 'MaterialComponents/TextControls+UnderlinedTextFields'
3+
# pod 'MaterialComponents/TextControls+OutlinedTextFields'
4+
# pod 'MaterialComponents/TextControls+FilledTextFieldsTheming'
5+
# pod 'MaterialComponents/TextControls+UnderlinedTextFieldsTheming'
6+
# pod 'MaterialComponents/TextControls+OutlinedTextFieldsTheming'
7+
pod 'MaterialComponents/TextFields+Theming'

0 commit comments

Comments
 (0)