react-native-underline-tabbar icon indicating copy to clipboard operation
react-native-underline-tabbar copied to clipboard

Custom Tabbar for https://github.com/skv-headless/react-native-scrollable-tab-view

Results 6 react-native-underline-tabbar issues
Sort by recently updated
recently updated
newest added

%s: Calling `getNode()` on the ref of an Animated component is no longer necessary. You can now directly use the ref instead. This method will be removed in a future...

Hi There, I know its a feature request but is it possible to have underline start from the left bottom corner of the 1st tab till the right bottom corner...

I am able to use `onChangeTab` prop on the parent `` tag. But how do I execute some code inside the children that will fire when (and only when) the...

This took me forever to hunt down what was even causing my problem, and frankly I'm stumped as to the underlying issue and how to solve it. ### Code ```js...

In **RTL** views the TabBar tabs are reversed so their order and selection doesn't match **the swipe gesture** and the underline animation.

import React, { Component } from 'react'; 7 | import { Text, TouchableOpacity, View, Animated, ScrollView } from 'react-native'; > 8 | import MatrixMath from 'react-native/Libraries/Utilities/MatrixMath'; | ^ 9 |...