Skip to main content
Version: 0.1.5

Migration Guide from v0.0.4 to v0.1.5

Overview

This guide will help you to migrate your project from version 0.0.4 to version 0.1.5 of the React Native Smart Styles library. The primary change in this version is the removal of the react-native-mmkv dependency.

Breaking Changes

Removal of react-native-mmkv: This library is no longer required and can be safely removed from your project dependencies.

info

You might not need to do anything if you can't find react-native-mmkv in your package.json

Remove react-native-mmkv

Since react-native-mmkv is no longer needed, you can remove it from your project.

Uninstall react-native-mmkv

If you installed react-native-mmkv using npm, run:

npm uninstall react-native-mmkv

If you used yarn, run:

yarn remove react-native-mmkv

Conclusion

By following this step, you should be able to successfully migrate your project from version 0.0.4 to 0.1.5. If you encounter any issues or have questions during the migration process, please refer to the repository's issues section or seek support from the community.