Skip to content

Instantly share code, notes, and snippets.

@Maxobat
Created May 9, 2017 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Maxobat/83f94e9a12ce808717dd6e440406dda6 to your computer and use it in GitHub Desktop.
Save Maxobat/83f94e9a12ce808717dd6e440406dda6 to your computer and use it in GitHub Desktop.
@ReactMethod
public void setColor(final String color) {
final Activity activity = getCurrentActivity();
final int colorInt = Color.parseColor(color);
activity.getWindow().setNavigationBarColor(colorInt);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment