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

Animated.Text.propTypes.style release build issue

Open bakoserge opened this issue 5 years ago • 8 comments

Replaced Animated.Text.propTypes.style by Text.propTypes.style causing issue on prod release and RN >= .0.62 at least in our case.

bakoserge avatar Feb 12 '20 08:02 bakoserge

Screenshot 2020-02-12 at 08 47 22

bakoserge avatar Feb 12 '20 08:02 bakoserge

Good .. We need this too.. @n4kz, can we get this merged?

febaisi avatar Feb 12 '20 18:02 febaisi

@n4kz any news?

febaisi avatar Feb 18 '20 21:02 febaisi

Any update on the above PR ? @n4kz

ironhide0396 avatar Mar 17 '20 17:03 ironhide0396

I'm affected by this too! Temporary forking with this branch. Thank you

ManasN avatar Mar 28 '20 02:03 ManasN

I tried the fix and can confirm it solves the problem and allows you to use the field in a RN 62 app.

timvandijck avatar Mar 30 '20 12:03 timvandijck

Please check this comment: https://github.com/n4kz/react-native-material-textfield/issues/238#issuecomment-596026010

sajaddp avatar Mar 30 '20 21:03 sajaddp

This pull can be installed via cli using the next command:

npm install --save n4kz/react-native-material-textfield#729008b847eb38129d0b886e98253d4c11f6d4d3

lumberman avatar Apr 08 '20 00:04 lumberman