Skip to content

Commit c6d96ca

Browse files
committed
fix setNavbarColor
1 parent c8a289e commit c6d96ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/src/main/java/com/tksp/navbarstyle/RNNavbarStyleModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public String getName() {
2626
}
2727

2828
@ReactMethod
29-
public void setNavbarColor(String color, Promise promise) {
29+
public void setNavbarColor(final String color, final Promise promise) {
3030
try {
3131
UiThreadUtil.runOnUiThread(new Runnable() {
3232
@Override

example/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4235,7 +4235,7 @@ react-is@^16.8.1, react-is@^16.8.3, react-is@^16.8.4:
42354235
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
42364236

42374237
"react-native-navbar-style@file:..":
4238-
version "1.0.0"
4238+
version "1.0.2"
42394239

42404240
42414241
version "0.59.9"

0 commit comments

Comments
 (0)