-
In my project, I've two different SVGs for Active and Inactive states. But in component, I can pass only one.
Can someone let me know how to do this with this library?
Right now I am doing it lik…
-
# Bug
Library expects `@react-navigation/native` to be installed even when using standalone component
## Environment info
| Library | Version |
| ------------…
-
While I can add
```swift
import SwiftUI
import Combine
private struct KeyboardVisibility: ViewModifier {
#if os(macOS)
fileprivate func body(content: Content) -> some View {
content
…
-
Recently been running into this issue which is breaking my entire App and the only way for me to get it to work is by removing the AnimatedTabBar package. Let me know if you find a fix to this issue.
…
-
# Bug
Unable to run the example as `JSX` instead of `TS`
| Library | Version |
| ------------------------------- | ------- |
| @gorhom/animated-tabbar | 2.1.2…
-
Hello there,
Thanks for your effort on the package but unfortunately your example app is not quietly understandable for newbies.
Can you provide a simple declare for Tabbar Buttons?
What should exa…
-
Find below my Navigator
working Fine on IOS but in android Tab is not working ,
but when i change createDrawerNavigator to createStackNavigator it will work like a charm
Thanks in Advance …
-
When I attempt to run the canvas to preview a basic tab bar it is crashing...
`import SwiftUI
import AnimatedTabBar
struct AnimatedTabBar: View {
@State var selectedIndex = 0
var body…
-
Just downloaded the library and was setting up a basic tab bar to mess around with.
`import SwiftUI
import AnimatedTabBar
struct AnimatedTabBar: View {
@State var selectedIndex = 0
va…
-
Tabbing AnimatedTabBar Icon does not revert back to root view if using a NavigationLink