Léo LE BRAS
Léo LE BRAS
@LaszloDev Thanks for your replies ! @KarandikarMihir Would be great ! --- To explain the behaviour of `onRequestChangeTab ` let's take the following example: ```js ``` From the tabbar, if...
@KarandikarMihir Any update on this work?
Hey @G3z, To manage the nav bar from inside your components, you can do this : ```js class App extends Component { state = { fooTitle: 'Foo', barTitle: 'Bar', }...
I found some limitations with this method, I'll fix it soon.
@G3z Yes the documentation should be updated. PR's are welcomed !
I'm quite busy currently by myself with lots of other stuff. I'll investigate this soon.
This should be fixed in `1.0.0-rc.2`
Hey @zachrnolan , I'm facing a similar issue on an application I'm working on. This bug is related to a bad design of the library. I'm fixing that on the...