Luke Brandon Farrell

Results 62 comments of Luke Brandon Farrell

@wmatyjanomtek Also, since I don't have a 12 or 13, could you get me a video of taking a DNG picture then picking it from library? So I can get...

@wmatyjanomtek Hopefully, we are running it on our production application and waiting for a review from @Johan-dutoit

@Johan-dutoit this is technically a breaking change no? Maybe we want to add a new property i.e. `"extension"` and include it in there instead.

@chrisbobbe What is the use case here, why do you need the file name extension in your app?

@chrisbobbe are you open to expanding on this to return `extension` as a separate key?

@chrisbobbe Since we already have MIME type returned we could do this all on the JavaScript layer? We just add `fileName` + the end of the extension `mime?.split("/")[1]` and return...

@chrisbobbe Gotcha, starting to follow now! I think this sounds good, @Johan-dutoit what do you think of this?

This is because on iOS images are converted to either JPEG or PNG, hence the type is correct.