-
I'm using a CustomTabBar but it appears properties of objects passed to the `precomputeStyle` function all return undefined when I upgraded to RN 0.12. Passing same object directly to `setNativeProps`…
-
Hello,
I've got an issue while trying to use a `CustomBar` with my `ScrollableTabView` component.
Here is my code :
`CustomTabBar`
```
constructor(props) {
super(props)
this.tabIcons = []
…
-
I am trying to use especially the locked props, so the only way to switch between the tabs is by tabbing the tabs. But unfortunately the only props which works is the renderTabBar prop.
```
}>
…
-
the tabIcon only receive a few props,
i only receive {tintColor: "#3478f6", focused: true}
-
Hey first of all great repo!
I am facing an issue integrating the FacebookTabBar example. I get the error "icon.setNativeProps is not a function " in the function
setAnimationValue(value) {
var…
-
I have 3 listViews as children of ScrollableTabView, I could swipe between them, but I cannot scroll them.
Anyone has idea why it is so?
Below is the related code:
render: function() {
return (…
-
### Current Behavior
- What code are you running and what is happening?
The problem I have is on Android (iOS is fine) in the Tab-navigation. Even though I have `gesturesEnabled: false` and `swipe…
-
Hey there. I am trying to use your Component, unfortunately i get this error, and i am not sure how to solve this... Anyone with same issues?
Best Regards
-
Hello everyone
I am trying to get the title from navigationOptions of the screen to display in a custom tab bar component (configured via tabBarComponent option of TabNavigator). I can get the rout…
-
It happened When I render a simple ScrollableTabView.