Skip to content

Commit 99efb57

Browse files
committed
Change method name
1 parent 7259188 commit 99efb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -37,7 +37,7 @@ public void setNavbarColor(String color, Promise promise) {
3737
}
3838

3939
@ReactMethod
40-
public void setNavbarTheme(final boolean isLight, final Promise promise) {
40+
public void setLightNavbar(final boolean isLight, final Promise promise) {
4141
try {
4242
UiThreadUtil.runOnUiThread(new Runnable() {
4343
@Override

0 commit comments

Comments
 (0)