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

A 60FPS animated tab bar with a variety of cool animation presets 😎

Results 40 react-native-animated-tabbar issues
Sort by recently updated
recently updated
newest added

added for some usecases where your SVG might have multiple colors and require 1 => 0 animated transition value from inactive => active for BubbleTabBar.

Hi @gorhom I have for 8 hours unsuccessfully tried to have this working on Expo SDK 44, I have tried all possible means using the latest version of the package,...

bug

# Bug BUG: Even if I copied and pasted the example I facing `Undefined is not a function (near '...interpolate...')` ## Screenshot ![image](https://user-images.githubusercontent.com/26121430/149117142-09064315-db2b-46a2-99c6-3159ba3ff89a.png) ## Environment info | Library | Version...

bug

# Bug When using with expo, results in the following error: ``` undefined Unable to resolve module react-native-reanimated/src/derived/interpolate from /home/nikketan/Projects/Crypto11/crypto11-client/node_modules/react-native-redash/lib/module/v1/Colors.js: react-native-reanimated/src/derived/interpolate could not be found within the project. ``` ##...

bug

# Bug ![image](https://user-images.githubusercontent.com/49963003/151597256-23b985b1-85d9-4206-b7b9-ae8543155dfa.png) Here is my src code import React from 'react'; import {createBottomTabNavigator} from '@react-navigation/bottom-tabs'; import AnimatedTabBar from '@gorhom/animated-tabbar'; import Notification from '../screens/NotificationScreen/NotificationScreen'; import Chat from '../screens/ChatScreen/ChatScreen'; import Home...

bug

Wraps the `BubbleTabBarItem` with a `RectButton` for feedback on touch, which is a ripple effect on Android and opacity change on iOS (https://docs.swmansion.com/react-native-gesture-handler/docs/component-buttons#rectbutton). I only tested it on Android (since...

# Feature Request Hi @gorhom We need props, allowing us to add more props to the text label. ## Why it is needed I am facing a case where a...

enhancement

## Overview Rewrite the code-base for all presets and core functionalities to use `Reanimated v2`

v3

# Bug Unable to run the example as `JSX` instead of `TS` | Library | Version | | ------------------------------- | ------- | | @gorhom/animated-tabbar | 2.1.2 | | react-native |...

bug

Require Module "node_modules/@gorhom/animated-tabbar/src/AnimatedTabBar.tsx" Invariant Violation Hello there! When creating my tabs adding them to the the Bottom Tab Navigator, (code below) I am receiving this error: ![Simulator Screen Shot -...

bug