vs-lance
vs-lance
I have a rather unusual react-native project, and it would be great if there was a pod for this.
RN: 0.54 RNFB: 0.10.8 iOS 11 (Simulator and device) `let clip.uri = assets-library://asset/asset.JPG?id=9DC79222-EC93-45CA-9891-5D91AEDC5F7C&ext=JPG` let fd = new FormData() let stats = await RNFetchBlob.fs.stat(clip.uri) fileSize = stats.size fileObj = { uri:...
I see the last commit was 9 months ago. I also see that "componentWillReceiveProps" is still being used. So I'm wondering what is the level of support for this? I'd...