Vladislav Bezenson

Results 12 issues of Vladislav Bezenson

In blackjack 1st card goes to player, 2nd to dealer, 3rd to player, 4th to dealer, but in engine it took 2 cards from end to player and 2 to...

Support newer version of Instagram and add possibilty to like instagram stories

# Bug In years between 1981-1989 _onChange method return wrong GMT and timezone offset. The issue is here: https://github.com/react-native-community/react-native-datetimepicker/blob/master/src/datetimepicker.ios.js#L54 1. My timezone is GMT +3. This is important. 2. I've...

I created a router in a way that is explained in the description: ``` ``` `Products` component has `matches`, `path`, `url` props inside. When I am describing them in interface...

help wanted
question

If I described params in `react-native-modalfy.d.ts` - it means that they are required for my modal. Is it possible to have an error if I call `openModal()` without params if...

new feature
good first issue
question

Hello 👋! I am using [react-native-tab-view](https://reactnavigation.org/docs/tab-view). Inside it I have a `react-native-draggable-flatlist`. The problem is that when I hold finger to start dragging and then swipe left - item still...

Can I somehow understand, what is the reason of onAdFailedToLoad? I log to analytics that events, and see that there is too much fails. Documentation says that callback called without...

While we don't know real status of RF devices in some automations I call "switch off" first and then "switch on" (because actually my RF lights controller works in "toggle"...

`changeNavigationBarColor('#000', true, false)` will make app crash. `changeNavigationBarColor('#000000', true, false)` is ok

Seems to be TypeScript is wrong. For example it is described that `findBone` will return `Bone`, but actually it can return `Bone` or `null`