farfromrefuge
farfromrefuge
@chuckmitchell `automationText` is not a N TextField property but a View propery. So any View (so any plugin) should work with it. Without you giving more details i cant help....
@jessorlisa @felixkrautschuk I think your errors are not related (not directly). I think they both comes from unreleased objects but not the same. @felixkrautschuk i commented on your error. @jessorlisa...
@cdroege not good. is there any chance you can reproduce the bug with N `Trace.enable()` with all catégories?
First there might be some.differences in design in iOS and android . the libs are not making things exactly the same way on purpose. Now about the image size I...
@butaminas ok please share the image and i ll test it
@Krilo89 thanks for the report. There are actually many issues in that comp. Working on it right now... will make things consistent as much as possible between ios and android....
@butaminas dont use images from assets for now, use res images. See the issue referenced
@butaminas are you using images with `@2x` and such? It works fine here .Look at the demo-vue app. Working on the rest
@butaminas @Krilo89 pushed a new version 5.0.24 fixes a lot! You should have the same behavior on iOS and Android. Also added `badgeColor` and `badgeTextColor`. Now about the res thing....
@Krilo89 don't use selectTab to inititqte the state. Instead set selected index on the bar. It should auto select the first tab. Works on the vue demo. I will fix...