Skip to content

Release 2.0.0

Choose a tag to compare

@mfkrause mfkrause released this 27 Sep 22:04
4335c4a

2.0.0 (2024-09-27)

React Native Cloud Storage v2 is here! 🎉

This version brings a whole lot of refactorings, clean-up, developer experience improvements and removal of deprecated stuff. Most notably, you can now both use CloudStorage statically (like before) and create class instances of it with a specific cloud storage provider. Right now, this allows you to use Google Drive on iOS as well. In the future, this modular set-up allows us to add more providers! Learn more here.

PS: This release was mistakenly released to NPM as 1.5.0. A version 1.5.1 was released shortly after which reverted the changes. If you happened to have installed 1.5.0 but want to stay on the v1 API, either upgrade to 1.5.1 or downgrade to 1.4.2.

Full Changelog: v1.4.2...v2.0.0