-
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
tabStyle: ViewPropTypes.style undefined on latest version of expo #3264
Comments
Yes, solve this error ASAP ;_; |
Hi @GeorgeBellTMH , Is the bug present in web, iOS or Android? |
web |
This is a known issue and we are working on it. |
Hi, @hanykumar! I found the same issue in a different repo (react-native-web-swiper), and they solved it replacing:
with:
I tested this change locally and it seems to work with this repo too. I can create a PR if you think this is okay. Or if the team is working in a different solution I'll just wait. Thanks for your work and your time! |
any updates here ? |
In Web still facing same problem, just import the native-base we are getting this issue, which is blocker for us.
|
Is this PR going to every be integrated? We got it working by installing this specific PR, but there are other bugs we are running in to that have been fixed in the main branch. |
I tried your solution but it didn't work. |
can any one tell how i can solve below error: TypeError: Cannot read property 'style' of undefined |
this is error is from long back, there are not care about it. I moved to UI Kitten 5.0 |
I solved it by going into
then replacing with
Then patching it by calling |
This looks like a duplicate of #3130. It was fixed in native-base as of 2.15.2 (I had the same problem and confirmed that updating fixed it). So this issue can be closed. |
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. |
now a better fix (replacement) is available: |
Getting the following after upgrading to latest version of expo...
TypeError: Cannot read property 'style' of undefined
~/node_modules/native-base/dist/src/basic/Tabs/DefaultTabBar.js
C:/Users/src/basic/Tabs/DefaultTabBar.js:26
23 | activeTextColor: PropTypes.string,
24 | inactiveTextColor: PropTypes.string,
25 | disabledTextColor: PropTypes.string,
The text was updated successfully, but these errors were encountered: