Item's bubble quality isn't good ! (pixel pixel)
See original GitHub issueI have custom the tab bar with my own icons and titles but same as picture the bubble isn’t clear ; pixels of blue circle are obvious 🙄🤔 what should I do make them like library’s preview ?
I have use png icons and here is my code : ` <TabBar onPress={tabIndex => { this.setState({ currentPage: tabIndex }) }} values={[ { title: “منو”, icon: require(“…/…/assets/png/menu_stork.png”) }, { title: “گروه ها”, icon: require(“…/…/assets/png/group_stork.png”) }, { title: “پیام ها”, icon: require(“…/…/assets/png/message_stork.png”) }, { title: “درایو”, icon: require(“…/…/assets/png/drive_stork.png”) }, { title: “خانه”, icon: require(“…/…/assets/png/home_stork.png”) } ]} />
`
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Pixel 7 Settings You Need to Know About for a Better ... - CNET
This changes settings that use large amounts of storage, such as saving RAW images as JPEG and recording videos in 1080p instead of...
Read more >Which Google Pixel Phone Should You Buy? - WIRED
Best Google Pixel Phone (2022): Which Model to Buy, Cases and Accessories, Feature Drops | WIRED.
Read more >Common Google Pixel 6 and 6 Pro problems and how to fix ...
Technical bugs and glitches getting in the way of you enjoying your new phone? Here's a roundup of common Google Pixel 6 and...
Read more >Why is my image so small on products? - Redbubble
If the image you've uploaded is pretty tiny and doesn't fit the product templates, this means your image is not large enough to...
Read more >60 features in Android 13 that Pixel users should know about
No Pixels right now do that, but there are rumors that the Pixel 7 Pro's ... a way to take a phone call...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
just use png with 3 sizes like him ex:
mask.png
,mask@2x.png
,mask@3x.png
. Its work fine for meHey! I just modified the library so it can work with vector-icons! U should check it out! https://github.com/diego3799/CustomBottomTabNavigator