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

LIBRARY APPEARS ABANDONED

Open bramski opened this issue 4 years ago • 14 comments

WARNING TO PEOPLE WHO TRY TO USE THIS LIBRARY

@n4kz has not replied to comments and pull requests for 1 year. This no longer builds on the current version of react native.

I don't suggest you use this library.

bramski avatar Aug 12 '20 18:08 bramski

@bramski I agree. Have you found any alternative?

Dr-Horv avatar Aug 13 '20 11:08 Dr-Horv

Rolling my own. My needs are simple; but this did look attractive.

On Thu, Aug 13, 2020 at 4:21 AM Johan Horvius [email protected] wrote:

@bramski https://github.com/bramski I agree. Have you found any alternative?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/n4kz/react-native-material-textfield/issues/293#issuecomment-673419495, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADG7FIGLADOPKHVDVWG6FTSAPEEZANCNFSM4P5EDODA .

bramski avatar Aug 13 '20 17:08 bramski

FYI: to continue using this package until an alternative or maintainer is found, I've merged #251, #252 and #295 into my fork which now appears to be running without issues in React Native 0.63.2. You can use my fork directly as a git dependency in package.json:

dependencies: {
  "react-native-material-textfield": "https://github.com/TheLartians/react-native-material-textfield.git#147f3b92b24cb3404c3b4a0229b3da30b81e2c7e",
  [...]
}

TheLartians avatar Aug 24 '20 16:08 TheLartians

FYI: to continue using this package until an alternative or maintainer is found, I've merged #251 and #252 into my fork which now appears to be running without issues in React Native 0.63.2. You can use my fork directly as a git dependency in package.json:

dependencies: {
  "react-native-material-textfield": "https://github.com/TheLartians/react-native-material-textfield.git#2ff158f2b13929dfb48c9db6d884d9421b847265",
  [...]
}

Huge help, thanks @TheLartians

zamor122 avatar Aug 24 '20 19:08 zamor122

@TheLartians just pointing out that you have replaced Animated.Text.propStyles with ViewPropTypes and this causes warnings when trying to apply label styling. I think the Animated.Text.propStyles should be replaced by Text.propStyles, thats how I got rid of the warnings I was getting.

j-monteiro avatar Aug 25 '20 10:08 j-monteiro

@j-monteiro thanks for the heads-up! I haven't encountered the error myself but have now replaced the propsStyles by also merging with #295, which now uses Text.propTypes.style. I've updated the commit on my comment above.

TheLartians avatar Aug 25 '20 10:08 TheLartians

Thank you @TheLartians !

ferras1 avatar Aug 30 '20 22:08 ferras1

This fork also seems good: https://www.npmjs.com/package/@softmedialab/react-native-material-textfield

dcangulo avatar Aug 31 '20 15:08 dcangulo

@dcangulo that library is messy some props do not match given documentation

povilasDadelo avatar Sep 15 '20 11:09 povilasDadelo

Please @n4kz come deal with a handover of this library to the community, it's clear you don't want to deal with it.

aforty avatar Sep 17 '20 16:09 aforty

I have also implemented @TheLartians fork in the mean time, found no issues using RN 0.63.5

randomBrainstormer avatar Sep 23 '20 14:09 randomBrainstormer

I would suggest just using rn-material-ui-textfield as this lib has not received any updates for over a year

npm install --save rn-material-ui-textfield

gabrieldonadel avatar Nov 11 '20 12:11 gabrieldonadel

^^ am using rn-material-ui-textfield because it's been updated with 2-3 versions for the past 3 months. it's a fork from this lib

adrianmui avatar Jan 08 '21 18:01 adrianmui

I would suggest just using rn-material-ui-textfield as this lib has not received any updates for over a year


npm install --save rn-material-ui-textfield

We are using this library now and it now has types thanks to @types/rn-material-ui-textfield

craigwduckett avatar May 08 '21 02:05 craigwduckett