Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LIBRARY APPEARS ABANDONED #293

Open
bramski opened this issue Aug 12, 2020 · 14 comments
Open

LIBRARY APPEARS ABANDONED #293

bramski opened this issue Aug 12, 2020 · 14 comments

Comments

@bramski
Copy link

bramski commented Aug 12, 2020

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.

@Dr-Horv
Copy link

Dr-Horv commented Aug 13, 2020

@bramski I agree. Have you found any alternative?

@bramski
Copy link
Author

bramski commented Aug 13, 2020 via email

@TheLartians
Copy link

TheLartians commented Aug 24, 2020

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",
  [...]
}

@zamor122
Copy link

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

@j-monteiro
Copy link

@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.

@TheLartians
Copy link

TheLartians commented Aug 25, 2020

@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.

@ferras1
Copy link

ferras1 commented Aug 30, 2020

Thank you @TheLartians !

@dcangulo
Copy link

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

@povilasDadelo
Copy link

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

@aforty
Copy link

aforty commented Sep 17, 2020

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

@randomBrainstormer
Copy link

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

@gabrieldonadel
Copy link

gabrieldonadel commented Nov 11, 2020

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

@adrianmui
Copy link

adrianmui commented Jan 8, 2021

^^ 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

@craigwduckett
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests