-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hideNavBar not working on android #2050
Comments
Check Example project within this repository. |
@aksonov thx i will check this |
@aksonov when i run console this : Scanning 589 folders for symlinks in /Users/yatesmiao/project/react-native-router-flux/Example/node_modules (7ms) FAILURE: Build failed with an exception.
BUILD FAILED Total time: 14.546 secs |
@aksonov defaultConfig {
applicationId "com.example"
minSdkVersion 16
targetSdkVersion 23 <---------- change this
versionCode 1
versionName "1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
} now console this : FAILURE: Build failed with an exception.
BUILD FAILED Total time: 22.802 secs |
Uninstall the app on your device and rebuild. Or |
@hofuchi i can't install the app now, so i can't uninstall. i try to run
but i |
It's possible that a remnant of the failed build is hindering the new install Try either: Or / And :
|
@hofuchi well i fix this first, i try to run then i change build.gradle like this defaultConfig {
applicationId "com.example.demo" <-------------- change
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
} now can install 😀 |
I use two ways to try to hide navbar, on iOS these both working, but on Android not working.
Do I have any problem with the method?
2.or in router file
The text was updated successfully, but these errors were encountered: