Douglas Cerqueira
Douglas Cerqueira
I am also looking for a counter of this, you had success with it?
You can make a temporary fork applying the necessary change and install the package form your github, until the changes be apply on master.
> Same for me, I had to patch the package to remove the completionHandler as recommended above Patching to remove the call of completionHandler, the remote notification still working?
> I've released `1.7.5-beta.0` with potential fix for this. > I wasn't able to reproduce the crash with the original package, so could someone verify that this change fixes the...
To do that you can adjust the margin of the indicator like: **Behaviour**  **Code Sample** ```jsx setNavigationState({ ...navigationState, index }) } renderScene={renderScene} initialLayout={{ width: Dimensions.get("window").width }} renderTabBar={props => (...
> @FranciscoCHT I have found a better solution without the need of extra channels. Using the following code you should not need an extra channel: > > ``` > //...