React Native Multipart support?

Hello team,

This is my first time working with Uppy, and I’m trying to implement multipart upload using AWS S3 in a React Native application.

I noticed that in @uppy/react-native multipart feature appears to not be supported currently based on its description?

When attempting to create an instance of Uppy, I encountered the following error: “Property ‘TextEncoder’ doesn’t exist” in createSignedURL.js.

Could you please provide guidance or suggest an alternative approach for using Uppy with React Native for multipart uploads to AWS S3?

Thank you!