Skip to content

Commit 53c6d4d

Browse files
committed
Update title color variable and increment package version to 3.0.1
1 parent 8f8620f commit 53c6d4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/src/main/java/ui/notificationbanner/RNNotificationBannerModule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ public void Show(final ReadableMap props, final Callback onClick, final Callback
8787
}
8888
}
8989

90-
if (titleColor != null && titleColor.length() > 0) {
91-
// config.setTextColor(Color.parseColor(titleColor));
90+
if (titleColorValue != null && titleColorValue.length() > 0) {
91+
// config.setTextColor(Color.parseColor(titleColorValue));
9292
}
9393
if (titleSize != 0) {
9494
// config.setTextSize(titleSize);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-notification-banner",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "ReactNative: Native Notification Banner",
55
"main": "js/RNNotificationBanner.js",
66
"homepage": "https://github.com/prscX/react-native-notification-banner.git",

0 commit comments

Comments
 (0)