Kudo Chien

Results 382 comments of Kudo Chien

@a-leblond is there any particular reason not to use expo-file-system but fetch to upload files?

could it be headers related? would be good if you can share corresponding code using fetch? (with multipart and headers) fwiw, @aleqsio is proposing #33152 for file upload using fetch....

@Wolfleader101 `expo/fetch` is not designed to be compatible with react-native's fetch. [the original repro](https://github.com/wcastand/bug-fetch-form-data/blob/979ac8832045db9498b36df6a804d2965afe46ed/app/index.tsx#L36) passing a file uri in FormData is kind of react-native customized feature, and i don't think...

> Yep, form data with blob will be great. Happy to raise a PR for it if you haven't completed it already :) @Wolfleader101 plan to add the support this...

@vanstinator would be helpful if you could share a repro project then we can further investigate.

that's amazing! the pr has some changes to move the package to `@bam.tech/react-navigation-visualizer-dev-plugin`. would you like to take over the react navigation plugin from Theodo? i think we are open...

> Hey Kudo, thanks ! The idea was not initially to override the expo dev plugins react-navigation package, I just changed it temporarily in order to publish it while waiting...

looks good for the idea but ci is failed because more deep import for expo-modules-core: https://github.com/expo/expo/actions/runs/15521611360/job/43695563990?pr=37302

hi there! `npx expo publish` has been deprecated for a while and it should show the `expo publish is not supported in the local CLI, please use eas update instead`...

i was originally thinking that was a hermes issue. after investigating more, it turns out not in hermes but in babel transform. the transformed code will be: ```js var a...