Sagar Jadhav

Results 17 comments of Sagar Jadhav

This is what I have in my manifest file: ``` ``` And this is how I've created the channel: ``` PushNotification.createChannel( { channelId: "channel", // (required) playSound: false, // (optional)...

> Hi Guys, I am able to run it on Android 10 with API 29, it creates problem with API 30. I have tested it. Thanks, > […](#) > On...

> I had the same issue when updating to the current version, adding the following to the android/build.gradle of the app itself solved the issue, no need to change the...

On setting the `cameraTimeout `prop to a few milliseconds (10000), the camera times out and the message ''Tap to reactivate camera" pops up on the screen. On clicking the pop-up,...

@lorenzogatti That's true. One workaround for this is to set the keys at the same in both **AsyncStorage** and **EncryptedStorage**, and then fetch the values by looping over the keys...

> My test suite is failing with the above error. I even followed all the steps the documentation mentioned to mock the library. This mock works for me. This also...

> Set `values={[0]}` for slider with one cursor, or you can set both values for sldier with two cursors like this: `values={[0,100]}` But setting this doesn't allow me to go...

> if you face this issue when trying to test your code , put this code in setup file : > > `jest.mock('react-native-blob-util', () => { return { DocumentDir: ()...

> I was able to fix this issue by just adding `implementation "androidx.legacy:legacy-support-v4:1.0.0"` into the dependency list Can you please share the contents of your `build.gradle` ?

For android the files get stored in `Internal storage/android/data/package_name/files`