React-native-navigation: mergeOptions with StackId not working in android

Created on 12 Apr 2019  路  2Comments  路  Source: wix/react-native-navigation

Following snippet not working on android

Using RNN v2, RN v0.55.4

Navigation.mergeOptions('StackID', { 
  bottomTab: { badge: '1'}
})

Most helpful comment

@vemarav can you elaborate on what your mistake was? I am having trouble getting mergeOptions to work with tabs on android (setting badge and changing tabs)

All 2 comments

Working

@vemarav can you elaborate on what your mistake was? I am having trouble getting mergeOptions to work with tabs on android (setting badge and changing tabs)

Was this page helpful?
0 / 5 - 0 ratings