Dmitriy Ivashkin

Results 5 issues of Dmitriy Ivashkin

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? I temporary fixed by...

**Motivation** Animated value provided down within TabBarProps could become unsync with actual page index.

first pull request

Hi there, wonder if there is config parameter to control lazy loading. For example (from doc) instead of: ```javascript const Items = {}; import _wcImport from "./dir/a"; Items.A = _wcImport;...

### What is the problem? strokeLinejoin: 'round' doesnt do rounded corners to Pie slices ### When does it happen? Using PieChart component ### What platform? iOS, Android React Native version:...

Imagine A and B some dialog configurations (with different styling, childs, texts) : 1) Use DialogManager.show(A) 2) do DialogManager.dismiss(callback) 3) in callback do DialogManager.show(B) Result: A closes, then B appears...