Kudo Chien

Results 382 comments of Kudo Chien

also cc the other plugin authors @matt-oakes @dmt-op @thomasrebam. sorry to bring the breaking change but `[email protected]` has a breaking change to fix the performance regression. would love to have...

sorry! i realise that there are more plugins than expected. i think i would try to add backward compatibility support on sdk 52, and leave breaking change to sdk 53....

i created prs to `redux-devtools-expo-dev-plugin` and `file-explorer-expo-dev-plugin` and i'm going to close this issue. it should be resolved from newer sdk 52 and sdk 53. @thomasrebam if you have a...

update for my investigation today: the main difference is whether [soloader is enabled](https://github.com/expo/expo/blob/59e5603c3dc48142c5daa698f39dc7b294ab0ad9/packages/expo-modules-core/android/src/main/AndroidManifest.xml#L8-L11) and i think that's an issue from react-native core. it could be resolved by 0.76 given all...

i can confirm the issue also happens on rnc-cli 0.75 with enabled soloader and all this problem would be resolved from 0.76. ### Root cause in details. - as @BenIrving...

i can confirm the issue is resolved from sdk 52 and react-native 0.76. please try to latest sdk and let me close the issue. thanks!

i'm taking over this because it could be me to introduce the regression.

@jaaywags please help to create a new issue with a minimal repro. i could further investigate then. thanks!

thanks @jaaywags for the repro. the [expo-dev-client version](https://github.com/jaaywags/expo-51-issue/blob/58a5e9f682fff8d24deb6eb56e76bc35b134447c/package.json#L47) is incompatible with sdk 52. please use `npx expo install --check` to check the incompatible packages. ```sh $ npx expo install --check...

sorry that file uploading is something that was not on my roadmap. i was thinking to recommend `expo-file-system` for file uploading on mobile apps. the FormData of `file: { name:...