Sergey Shpadyrev

Results 9 comments of Sergey Shpadyrev

@csalmi-branch hi. I'm also experiencing this annoying bug. And I found a stable way to reproduce it. For me it happens only on iOS. So this is my AppDelegate.m ```objective-c...

@jdee Ok I change my `index.js` to this: ``` import { AppRegistry } from 'react-native' import Branch from 'react-native-branch' import { name } from './app.json' import React from 'react' class...

I found that in my case it didn't work because of this line in `AppDelegate .m` ``` return [[FBSDKApplicationDelegate sharedInstance] application:application didFinishLaunchingWithOptions:launchOptions]; ``` I changed it to this line: ```...

Can you explain in what exact case you need it?

Yeah. Good use case. I will do it soon.

I have the same issue. When you click on player controls just appear for a moment and then disappear. If you press and hold they appear.

But it's native. Then you won't be able to use it with Expo. пн, 11 мар. 2019 г. в 23:39, Christian Chown : > It looks like this is a...

Do you have some perfomance problems? Have you seen v3? вт, 6 авг. 2019 г., 18:39 Sajjad Hashemian : > @sergeyshpadyrev can you please > reconsider it? expo does support...

I got a new request for this feature so I decided to try to do it.