Abhishek Pokhriyal

Results 9 comments of Abhishek Pokhriyal

> `MANAGE_EXTERNAL_STORAGE` is reserved only for specific types of apps and Google Play will reject any other apps if they have this permission. @ilyagru You're right. The permission is very...

@WenLonG12345 The code I posted was NOT the solution. It was just the code that used to work fine when `targetSdkVersion = 29`. As soon as I updated to targetSdkVersion...

tried to come up with workaround using custom parser but not able to make it work completely. The content is getting XML encoded ```js const { fragment } = require('xmlbuilder2');...

Can anybody explain what is happening here? Facing the same issue: ``` TypeError: undefined is not an object (evaluating '(i === 0 ? obj : resVal)[pathArray[i]]') This error is located...

Fixed it!!! Seems like `handleChange` requires `initialValues` to work properly. Here is the updated code: ```js class ParentComponent { render() { return ( this.onFormSubmit(values)} validate={(values) => this.validateForm(values)} > {(props) =>...

unable to pass params from deep link. getting `undefined` when running: `npx uri-scheme open [prefix]://news/3 --android` 1. `NewsScreen.js` ```jsx import React from 'react'; const NewsScreen = ({ route, navigation })...

When I do `sam local start-api` and trigger my lambda it keeps giving: > Unable to get page count. Is poppler installed and in PATH? on this line ```py from...

I faced the exact same issue. This is too frustrating and needs an urgent fix. Can anyone tell me what's going on here? Or if this is not the right...

@ZiaRoshan if `ghumabhai` for `map`, can also suggest something for `forEach`?