an.chmelev
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! 