Joni Van Roost

Results 70 comments of Joni Van Roost

A [Pull Request](https://github.com/twicketapp/TwicketSegmentedControl/pull/24) has been submitted for this some time ago, but seems like nobody is maintaining this atm...

Any idea on a possible timeframe for v3? I'm currently working with v2 but I'm running into some bugs like the "selected" not working properly. I think it's fixed in...

I just noticed the same issue, the workaround will indeed work, but the docs should also get updated so people don't misconfigure it that way.

This error is already resolved on master but the podspec just didn't get updated (and no new version got released yet apparently).

For people wanting to still use this lib and not wait for an updated podspec or new release, you should be able to use the following: For cocoapods: ```rb pod...

Hi, Just letting you know that I personally worked around this issue in my project by making my icons smaller (I mean the visible part of the icon smaller, thus...

Can confirm that this is an issue, same here. Happens since React Navigation 6 upgrade. Version Package react-native-pager-view 5.4.8 react-native-tab-view 3.1.1 @react-navigation/material-top-tabs 6.0.6 react-native 0.66.1

FYI, downgrading `react-native-tab-view` to `v2.16.0` seems to resolve the issue for now (probably related to https://github.com/react-navigation/react-navigation/issues/10083), for those who are running into the same issue...

@RajeshSFS Have you done a `pod install` after removing your `Podfile.lock` and `Pods` folder? You need to clean and reinstall pods for this iirc.

I disagree with this, let's not depend too much on third party components that might not be maintained in the future. It would however be an option to provide the...