Dmitriy Ivashkin

Results 7 comments of Dmitriy Ivashkin

Hello, if I'm correct this library is based on AsyncStorage, which itself based on SQLite on Android and simple dictionary on iOS. That's why I'm 99% sure that data is...

using cornerRadius as part of ```arc``` property of items provides nearly expected behavior, but it also round corners between see example ![screen shot 2018-11-09 at 17 55 22](https://user-images.githubusercontent.com/2227516/48266390-a57cd500-e448-11e8-87d2-5f771192f95f.png)

[hmmm, SO answer related to d3 lib](https://stackoverflow.com/questions/40445033/round-one-side-of-d3-arc)

Update ```src/components/label/index.js``` order of style propogation to Animated.Text to be [styles.text, textStyle, style] You can use patch-package module to keep this change in your project git

@rohitgoyal, where have you put your QRCode component, how it is rendered? Chances are you have background without sufficient contrast. I also had this problem reported in some cases, and...

> > I'm experiencing this when have both this lib and mParticle-apple-sdk. So the reason is SignalHandler callback is enumerated in both implementations. > > Could it be splitted somehow?...

if you are using 3+ version then you are using react-native-view-pager open PagerViewAdapter.tsx from this lib and try to adjust this function (see position and offset values are reset to...