Open fabioaraujo121 opened 5 years ago
Hello @fabioaraujo121 ,
Thank you for reporting this issue.
This plugin hasn't been tested against v6 yet. After testing it with v6 I'll be able to come back to you to fix your issue.
Regards
Are there any updates regarding this problem? If anyone found a solution would you mind sharing it?
Ok found the solution.
Use android material library dependency
dependencies {
implementation "com.google.android.material:material:1.1.0-alpha07"
}
Navigate to nativescript-bottombar/src/bottombar/android/bottombar.js and change to this from android.support
var BottomNavigationView = com.google.android.material.bottomnavigation.BottomNavigationView;
This is a quick fix. Hope the author will fix it later.
Thanks man @amizz! You saved my day
Nativescript-vue
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
I've upgraded from 5.0.0 to 6.0.0; This crashed my app. I can't build. I'm receiving this error when I run
tns run android --bundle
: