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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -