Tell us which versions you are using:
When using react-native-scrollable-tab-view and putting it inside a scene, switching between tabs is slow: the underline that sits under the selected tab is moving not smooth enough.
When react-native-scrollable-tab-view outside a scene, the bar moves more smoothly.

Hey @yaronlevi this is interesting. If possible could you fork the Example app and add this component to it so we can test it as you have configured? Definitely shouldn't be happening.
Hi, I've updated "Steps to reproduce". please ask me if you need more info.
Thanks
@yaronlevi did you turn off dev mode? react-native-scrollable-tab-view always stutters for me unless I turn that off
I'm having same issue with one scene loading a bunch of
OK, I found the problem.
The problem is me being a total beginner in RN for not knowing to:
Turn off DEV SETTINGS -> JS Dev Mode
After turning it off everything is smooth and cool.
Sorry for bothering the contributors (-:
@yaronlevi Where did you find/how can I get to DEV SETTINGS -> JS Dev Mode?
@MovingGifts
On android from the dev screen it's under DEV SETTINGS -> JS Dev Mode
On IOS you cannot change it on the device you can change the flag on this line in AppDelegate
NSString *fullURL = [NSString stringWithFormat:@"%@%@", testURL, @"index.ios.bundle?platform=ios&dev=true"];
when you do that you might get this problem https://github.com/facebook/react-native/issues/8663
probably not the best solution, but I don't know of a better one
got the same problem on iOS
when I turn on "Debug JS Remotely", the Actions.xxx() be in very slow
@yaronlevi Could you share your implementation of react-native-scrollable-tab-view integrated with react-native-router-flux?
Most helpful comment
@yaronlevi Could you share your implementation of
react-native-scrollable-tab-viewintegrated withreact-native-router-flux?