Hey,
Great work! This library is the only one I could get working well for Navigation w/ Toolbar integration on react-native android.
I'm adding a custom notification icon to the notification bar by using this snippet:
<Scene key="root" renderRightButton={()=>notificationsIcon}>
I was wondering if you have any guidance on passing in a state to this icon so that it might be able to conditionally render itself as having no notifications or n-number of notifications.
Versions:
"react-native": "^0.23.0"
"react-native-router-flux": "^3.2.7"