Releases: skb1129/react-native-change-icon
Release v5.0.0
Changes
- This updated version includes completely new documentation, thanks to @haydncomley
- We have refactored some of the library codebase to make it simpler to use.
- This version also adds support for the New Architecture applications.
Migration
The default app icon in your iOS setup must be named Default
and in your Android
setup, the default active activity-alias
should be named .MainActivityDefault
.
Apart from this, the library works the same as before, the major changes are there in the app icon setup, and the README provides a simpler way to set up your app icons.
PS: Attaching an example of a React Native Application that uses this library. Also, creating a discussion group for this release if anybody has any questions, issues, or suggestions
Release v4.0.0
Changelog
This version refactors the package to take a more minimalistic approach. Keeping minimal dependencies, using Java and Objective-C instead of Kotlin & Swift, we were able to reduce the package size to just 26.8kB.
Added
Latest React Native >0.69 support (Tested)
getIcon()
function that returns the name of the current icon being used.
Functions now return proper error code strings that can be used to handle errors gracefully.
Release v3.1.2
What's Changed
- Update TS type for
changeIcon()
by @jakub-gonet in #38 - Fix: Added support for changing the icon more than once on android by @MaxMSolutions in #42
New Contributors
- @jakub-gonet made their first contribution in #38
- @MaxMSolutions made their first contribution in #42
Full Changelog: v3.1.1...v3.1.2
Release v3.1.1
Changed
- To prevent a crash experience on Android, the icon for Android would be changed when the app goes into the background.
- Update minSdkVersion to 21
- iOS fix main queue warning
- Update project dependencies
Release v3.0.0
Changed
- Regenerated package using
@react-native-community/bob
. - Android module in
kotlin
. - iOS module in
swift
.
Maintenance NPM Release
- Updated documentation.
- Remove unnecessary files using
.npmignore
.
Updated to work with latest React Native version 61.5
2.0.1 release 2.0.1
Update Podspec to work with React Native ^0.60.0
1.3.4 release version 1.3.4
Check before updating the icon
1.3.1 update package.json
Current app icon managed in native code
No need to pass the disable_icon
parameter anymore.