Jiří Otáhal

Results 54 comments of Jiří Otáhal

Sorry guys, I will try to look at this soon. I was moving to New Zealand. So I didn't have so much time ..

@sraka1 Hey, thank you for support .. anyway, could we do it with prop? Sth like staticHeader: true ... which will be set to false by default ...

Hey guys, I don't have this problem with the same components. I think you guys try to do something very complex within onPress callback, don't you? If you remove onPress...

@mdeprezzo What navigator do you use? Is the scene, where you navigate, empty? Do you fetch/compute something within onComponentDidMount/onComponentWillMount/etc methods? It's really hard to say where the problem is. But...

In demo app it works quite fast in dev mode as well. Think there is a problem with navigate and fetching data in same time. Look at InteractionManager in React...

Interesting idea. I'm not sure if it's just about style. Do you want to make a pull request? ;)

Great @meiraleal 👍 Just try to follow style of another components. There always have to be `style` prop which have a `container`. Then there have to be `getStyles` method that...

Hey @meiraleal, I've just realized I've implemented [bottom navigation](https://material.google.com/components/bottom-navigation.html). I try to make new component here for this bottom navigation and then it probably will be only about position and...

Yeah, it's the question. For this bottom navigation is ok without handling the content. But for the tab navigation - everyone needs to handle animation to work with "changing" the...