Closed Rootstar07 closed 3 years ago
It's good to try another file. I think it's a collision with another module or my mistake.
the props is 'appearence' and not 'apperance'.
apperance={{ horizontalPadding: 10, tabBarBackground: "black", floating: true, dotCornerRadius: 100, whenActiveShow: "both", whenInactiveShow: "label-only", shadow: false, dotSize: 100, tabButtonLayout: "horizontal", }}
becomes
appearence={{ horizontalPadding: 10, tabBarBackground: "black", floating: true, dotCornerRadius: 100, whenActiveShow: "both", whenInactiveShow: "label-only", shadow: false, dotSize: 100, tabButtonLayout: "horizontal", }}
i am using expo and just made a simple example The custom doesn't work for some reason. I think I did something wrong because I'm not used to navigation. Can you help me?