David Branton
David Branton
Change the size of the circle's outer radius under the line of code akin to; `outerRadius = size / 2` My incarnation currently reads; `outerRadius = (float) ((size*0.75) / 2)`...
Just so you know I built a plugin inspired by this one to automate my publishing to the Amazon App Store. @SUPERCILEX I'm not sure how much is PR'able to...
I have a working gradle plugin that uploads binaries to the Amazon Developer Console to help you get a feel of how to connect the dots @ScottPierce & @timbyu! [Here](https://github.com/BrantApps/gradle-amazon-app-store-publisher)...
Hey @kaur-karanbeer - inspired by your comment I started listening for an onLayout event also. Seems to work great. Here you can see our "FullWidthCarousel" wrapping component with default item...
We've also been having problems with this and until now have been peppering our production code base with animation disabling code where our test cases with Detox have encountered a...
I have achieved something similar working using the `onLayout` callback of the rendered view in the carousel. ``` export const FullWidthCarousel = ({ initialLeftOffset = 0, initialHeight = INITIAL_ITEM_HEIGHT, items,...
Hey guys, I'm building my app through the _android-maven-plugin_ but when I include the dagger-compiler (all at v1.0.1) my build fails at the compile stage with; ``` ....com/oceanlife/task/DatabaseHelper$$InjectAdapter.java:[56,29] unreported exception...