Dalal

Results 4 issues of Dalal

I am trying to compress videos it's work fine with iOS but Android throw{"framesToPop":1,"code":"EUNSPECIFIED"} Bellow my code: ProcessingManager.compress(this.state.videoPath, options) .then((newSource) =>{ }).catch(console.warn); ### Your Environment | software | version |...

Hey, I tried to navigate from Swipeable to other page on StckNavigator using navigate function but nothing work =(

How I can change drawer item tint color from getDrawerNavigationOptions ? I changed it but not working with me

I am using this function to send different parameters every time but I found the route page is always first page on the drawer pages `export const getDrawerConfig = (drawerWidth,...