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 -

How to merge four videos on one screen with ffmpeg -

c - getting error: cannot take the address of an rvalue of type 'int' -