Agastya Darma
8d198ee5b9
Removing unused import on RCTMultilineTextInputNativeComponent & RCTSingelineTextInputNativeComponent spec. ( #29652 )
...
Summary:
This pr removes unused import on RCTMultilineTextInputNativeComponent & RCTSingelineTextInputNativeComponent spec.
## Changelog
[General] [Changed] - Removing unused import on RCTMultilineTextInputNativeComponent & RCTSingelineTextInputNativeComponent spec.
Pull Request resolved: https://github.com/facebook/react-native/pull/29652
Test Plan: TODO
Reviewed By: shergin
Differential Revision: D23346830
Pulled By: sammy-SC
fbshipit-source-id: 59e8cb83a6c1e987e98ba00786a4c54744012466
2020-08-27 15:39:35 -07:00
Samuel Susla
b861782562
Remove setMostRecentEventCount from TextInput view commands
...
Summary:
Changelog: [Internal]
We don't use view command `setMostRecentEventCount`, let's get rid of it.
Reviewed By: JoshuaGross
Differential Revision: D21016600
fbshipit-source-id: 6491c063e9d6a89252300cb47c010b248e473f4b
2020-04-14 15:27:59 -07:00
Samuel Susla
c7f259526b
Migrate setNativeProps to commands in iOS text input
...
Summary: Changelog: Move from setNativeProps to ViewCommands.
Reviewed By: JoshuaGross
Differential Revision: D20843018
fbshipit-source-id: 9be9d2bbee01f2e15279e3c3ae785c1a5b163765
2020-04-09 03:44:56 -07:00
Samuel Susla
6449cc4363
Implement setMostRecentEventCount and setTextAndSelection commands in TextInput
...
Summary:
Implements JS interface and commands in native, however it isn't connected anywhere.
Changelog: [Internal]
Reviewed By: shergin
Differential Revision: D19471025
fbshipit-source-id: 7ec53c04b38cb27b84ef06dea7a0fdb9e1deee60
2020-01-22 05:12:11 -08:00
Samuel Susla
7a8e10dac8
Use commands to send focus and blur to TextInput
...
Summary:
Migrate to Native commands with Blur and Focus on TextInput.
Changelog: [Internal]
Reviewed By: TheSavior, shergin
Differential Revision: D19412085
fbshipit-source-id: 33b29b2699bc74d31ef1b4b0e585daffd88c4140
2020-01-20 03:08:23 -08:00