LoginSignup
1
0

More than 3 years have passed since last update.

速殺でAndroidのNavigationBarの色を変える

Posted at

備忘録に...

1.いつも通りyarn or npm

react-native-navigation-bar-color

2.link

react-native link react-native-navigation-bar-color

ここまでは普通。linkしてもハマるので、Manual Configurationをやっていく。

僕の環境0.60.5では以下の箇所が必要だった。

android/app/src/main/java/[...]/MainApplication.java

を開いて

import com.thebylito.navigationbarcolor.NavigationBarColorPackage;

android/app/build.gradle
のdependency内にて

compile project(':react-native-navigation-bar-color')

参考
https://github.com/thebylito/react-native-navigation-bar-color#readme

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0