Can an npm package created for React be used in a React Native app?
There’s a third party file upload service and they have an npm package that handles a lot of file upload related functions, such as file picker, upload to cloud services, file handling such as cropping an image, etc.
I was wondering if that package would work in a React Native app, especially considering totally different environments: browser vs iOS and Android platforms.