react-native-materialui-textfield icon indicating copy to clipboard operation
react-native-materialui-textfield copied to clipboard

Render Left Accessory

Open ceonelson opened this issue 5 years ago • 0 comments

porting @AlexisLeon patch from https://github.com/n4kz/react-native-material-textfield/pull/102

passes test:
> [email protected] jest C:\_oha\react-native-materialui-textfield
> jest "--silent"

 PASS  src\components\field\test.js
 PASS  src\components\label\test.js
 PASS  src\components\helper\test.js
 PASS  src\components\affix\test.js
 PASS  src\components\counter\test.js
 PASS  src\components\line\test.js

Test Suites: 6 passed, 6 total
Tests:       27 passed, 27 total
Snapshots:   26 passed, 26 total
Time:        2.097s
Done in 8.47s.

Using it successfully in my app :)

ceonelson avatar Jun 18 '19 23:06 ceonelson