Arnab Paryali

Results 9 comments of Arnab Paryali

https://core.telegram.org/method/messages.getDialogFilters

I am having the same issue - Device: Android (tested only on Real Device) - RN: 0.68 - GiftedChat: `^1.0.2`

I found an interesting article regarding this https://www.sentinelstand.com/article/guide-to-firebase-storage-download-urls-tokens

I am currently facing the issue. I had to run this command as administrator and it worked. However, now, I can't make `yarn` working, `pnpm` is working fine but if...

Create a file `__jest__/assetTransformer.js`. (You can create the file anywhere in the project, make sure to fix the path in package.json) ```js const path = require('path'); module.exports = { process(src,...

> Seems there are bugs on android with `position: absolute` in ``. Related to this issue #483 I think this is not the case. Inside same view these two behaves...

as a temporary solution ``` "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|svg)$": "/__mocks__/fileMock.js" } ``` ```js // __mocks__/fileMock.js module.exports = 'test-file-stub'; ```

yes, we can implement the alphabetically sorting feature.

can you confirm if the `dist` folder and `app.js` inside `dist` exists or not ?