-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
<Content>
components not renders correctly on react-native 0.63.0
#3183
Comments
This project is no longer maintained. They don't even make a build from master. Few issues are already fixed there. |
Probleme related to change in |
@cristian-rita do you recommend other ui lib that's properly maintained? |
I have the same issue. |
…pgrade depencenciesFix for react native 0.63.0.
I have forked the repo to fix this issue.
You will need to remove old fonts in |
Thanks @codler. |
You will probably get |
Thanks @codler |
I guess I didn't do my homework well enough, choosing Native-Base. It does seem a bit abandoned, which makes me sad. I too would like recommendations for UI projects that are maintained. |
@codler Thanks for the effort. Everything worked perfectly. @MartinMouritzen Agree. I spent A LOT of time looking at a lot of different kits and decided on NB. Unfortunately, this has been my experience with the RN ecosystem. A lot of great libraries/kits/etc that have great promise but fall short. |
LOL, I don't really realised this repo is kind of abandoned until I had this problem. But really it is quite a nice lib. Somebody should revive this one. |
Is it really true? New pull requests no longer be merged? I've just started new project with RNB, should I find another UI Kit? |
@hanykumar https://github.com/APSL/react-native-keyboard-aware-scroll-view/releases/tag/v0.9.2 just released! |
Is this issue fixed?? |
will this issue be fixed ? If not please suggest another UI library for react native |
Please fix the issue! |
APSL/react-native-keyboard-aware-scroll-view#443 (comment)
I updated the react-native-keyboard-aware-scroll-view with the command from the comment and |
I've tried @Aung-Myint-Thein but didn't work. Then i've tried this on my "resolutions": {
"native-base/react-native-keyboard-aware-scroll-view": "https://github.com/APSL/react-native-keyboard-aware-scroll-view#v0.9.2"
} Then |
Weird. It is not working for me after fresh npm install. I tried the resolutions method and it is still not working for me. Which React Native, Native Base versions are you using? @jacargentina ? |
@Aung-Myint-Thein i'm using yarn, not npm (i dont think npm supports the |
Please fix this issue Asap! |
@sankhadeeproy007 |
Guys, is there a PR for this anywhere? |
This has been fixed after the latest update! You guys can update the nativebase package and it will work |
Thanks to @codler for their help in fixing this. |
It is working now in my dev but my release apk is crashing upon start with
Is it happening the same for you guys?.. |
If this repo is not being maintained anymore, maybe Paper? |
@codler Thank you very much, it worked perfectly, greetings from Chile |
I dumped content To |
+1 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I have gone through these following points
Issue Description
node, npm, react-native, react and native-base version, expo version if used, xcode version
node 10.18.0
npm 6.14.3
react-native 0.63.0
react 16.13.1
native-base 2.13.12
XCode 11.5
Expected behaviour
<Content>
components renders correctly.Actual behaviour
<Text>Hi!</Text>
is not rendered and output error log below:Steps to reproduce
Is the bug present in both iOS and Android or in any one of them?
Both.
Any other additional info which would help us debug the issue quicker.
###Important
If you want your issue to be looked at quicker, attach a snack reproducible with your issue. Makes it easier for us!
The text was updated successfully, but these errors were encountered: