-
Notifications
You must be signed in to change notification settings - Fork 831
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
Comments
@bramski I agree. Have you found any alternative? |
Rolling my own. My needs are simple; but this did look attractive.
…On Thu, Aug 13, 2020 at 4:21 AM Johan Horvius ***@***.***> 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
<#293 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADG7FIGLADOPKHVDVWG6FTSAPEEZANCNFSM4P5EDODA>
.
|
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 dependencies: {
"react-native-material-textfield": "https://github.com/TheLartians/react-native-material-textfield.git#147f3b92b24cb3404c3b4a0229b3da30b81e2c7e",
[...]
} |
Huge help, thanks @TheLartians |
@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 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 |
Thank you @TheLartians ! |
This fork also seems good: https://www.npmjs.com/package/@softmedialab/react-native-material-textfield |
@dcangulo that library is messy some props do not match given documentation |
Please @n4kz come deal with a handover of this library to the community, it's clear you don't want to deal with it. |
I have also implemented @TheLartians fork in the mean time, found no issues using RN 0.63.5 |
I would suggest just using
|
^^ am using |
We are using this library now and it now has types thanks to @types/rn-material-ui-textfield |
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.
The text was updated successfully, but these errors were encountered: