android - How to show home and back navigation icons in ToolbarAndroid in React Native -


i want add home , icons toolbar don't seem appear on app. missing somthing

    <toolbarandroid     title='testapp'     navicon={require('image!ic_menu_black_24dp')}     style={styles.toobar}/> 

try 1 adding main layout in activity:

android:fitssystemwindows="true" 

Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -