Results 12 issues of Irfan Wani

So i was setting google authentication and as per the docs, we need to set ``` SOCIAL_AUTH_GOOGLE_OAUTH2_KEY = SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET = ``` But even after removing these two settings, there is...

Instead of a User instance, i provided an instance of a custom model to the `AuthToken.objects.create()` but it gives an error; `AuthToken.user" must be a "User" instance`. Is there any...

How to run the background task even if the app is closed on iOS.

question

I am trying to implement mute/unmute and hold/unhold features in react native. On web, we can do that using SessionManager but I cannot find any alternative to SessionManager in react...

How to pass a list of images to edit. What I tried is passing them one by one,but it is really a bad UX. Is there anyway to add multiple...

When we open the crop option in the editor, the default bg color of the header an icons in orange. How to change that. And is there any way to...

### Platforms affected Android and iOS ### What does this PR do? `ViewPropTypes` has been removed from react-native so if still using, we need to use `deprecated-react-native-prop-types` to access the...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

# Bug report - [x] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue. - Reproduced on: - [x] iOS ## Description I am sending a voip push from my server...

# Question - Reproduced on: - [x] Android ## Description When we receive a call, in the full screen notification it clearly shows the name of my app from which...