an.chmelev

Results 3 comments of an.chmelev

hi all! Same problem at expo 48. I had to set the copyToCacheDirectory flag to false in the DocumentPicker and do this ``` if (Platform.OS === 'android' && uri.startsWith('content://')) {...

as a workaround i redefine styles ` .ReactVirtualized__Grid__innerScrollContainer { overflow: initial !important; } `

function test(): { [key in T]: string; } { return null; } i don't now why it's work! ![image](https://user-images.githubusercontent.com/8283153/70792719-e44b3000-1daa-11ea-9446-8c35b3fe2aa5.png)