Skip to content

Releases: skb1129/react-native-change-icon

Release v5.0.0

19 Aug 19:40
Compare
Choose a tag to compare

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

18 Aug 19:57
9761a29
Compare
Choose a tag to compare

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

12 Jan 19:02
8281fb3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

Release v3.1.1

17 Jun 16:44
Compare
Choose a tag to compare

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

31 Aug 08:06
94aff3d
Compare
Choose a tag to compare

Changed

  • Regenerated package using @react-native-community/bob.
  • Android module in kotlin.
  • iOS module in swift.

Maintenance NPM Release

26 May 14:38
Compare
Choose a tag to compare
  • Updated documentation.
  • Remove unnecessary files using .npmignore.

Updated to work with latest React Native version 61.5

06 Mar 06:15
Compare
Choose a tag to compare

Update Podspec to work with React Native ^0.60.0

19 Sep 05:58
Compare
Choose a tag to compare

Check before updating the icon

30 Apr 19:29
Compare
Choose a tag to compare
1.3.1

update package.json

Current app icon managed in native code

30 Apr 18:01
Compare
Choose a tag to compare

No need to pass the disable_icon parameter anymore.