Vasile Doe

Results 4 issues of Vasile Doe

### Problem Not all files are returned when we try to read usb via `listFiles()`. I have an usb with 1000+ pictures and this method return only a part of...

bug
important
core

I'd like to load a 3D BIM model in ViroViewScene view and use Camera to view that model like going inside the house, on stairs, doors, (as we do using...

### Problem I need to copy files from USB to device storage, I do it like so: ``` @Throws(IOException::class) fun UsbFile.copyTo(outFile: File) { var inStream: InputStream? = null try {...

enhancement