Closed abathz closed 3 years ago
Thanks, @abathz! I apologize for not maintaining this project well ๐ I'll review your PR today after work. ๐ ๐
Thanks no problem, @junhoyeo! ๐ ๐
@abathz Sorry to keep you waiting! I wanted to make sure that we can manage the code styles first, to keep the codebase style consistent.
I merged your PR, and you can check it with the latest release, 0.1.0
! ๐
Hello there ๐๐ป
I just fixing tabs length for app with more than 4 bottombar issue. I got an issue when i want to add more bottombar icon in this library, so i decide to PR this commit for fix.
I just improve 1 line code for javascript
slice
method in this library.it makes user cannot adding more bottombar again because this library limit the bottombar to 4 icon. I changetabs.slice(0,4)
totabs.slice(0, tabs.length)
for dynamic.please take a look, thanks! have a nice day๐๐