Renan Dore Cordeiro

Results 2 comments of Renan Dore Cordeiro

Hey devs, anyone have updates to this issue? Thanks!

this solution resolved to me: Inside the navigator: ``` screenOptions={() => ({ drawerStyle: { backgroundColor: 'white', width: '60%', color: '#f1f1f1', marginLeft: Platform.OS === 'ios' ? '10%' : '0%', }, ```...