chaimPaneth

Results 42 comments of chaimPaneth

You can add this code to App.tsx ``` useEffect(() => { StatusBar.setBarStyle('dark-content'); Linking.addEventListener('url', (data) => { navigationRef.current && onOpenedFromDeepLink(data.url, navigationRef.current); }); // Add the following if (!__DEV__) { console.disableYellowBox =...

We can probably use react-native-sensors https://react-native-sensors.github.io/docs/Usage.html and detect if the user is above a certain speed and assume they're in a vehicle and fire a local notification asking them `"Are...

Hi @saurabh-nandan, @vyomGupta736, Can you guys try with the latest version I've also added in the example app a list with players to test this use case. Thanks, Chaim

Hi @nateshmbhat We have some apps that requires this exact use case and what we do is we load the player outside of the navigation e.g. ``` {shouldRenderPlayer && }...

Hi @lopongoaca Did you did you follow the installation instructions -> - npm install react-native-jw-media-player --save - cd ios && pod install - reopen your .xcworkspace (white icon no the...

Hi @ybbond & @pqv2210 there is a pending PR https://github.com/chaimPaneth/react-native-jw-media-player/pull/68 for this issue though I didn't have time to check it yet can you confirm it works and I'll merge...

I added a `backgroundAudioEnabled` prop for this purpose in the latest version 0.1.48 but after some debugging it seems it's only working on iOS but on android it does keep...

Hi @manamelacedric In latest version 0.2.11 there is a new object `allowsPictureInPicturePlayback: boolean` on the `config` prop you might wanna check it out. This was introduced in the latest [jw...

Hi @bajajshubh Can you please show the error you get in the example app for drm.

Hi @sarmad-tanvir How about the latest version do you still have those issues. Thanks.