abitling

Results 10 comments of abitling

Although I am not using realm in my project, I am posting it here since I feel it is something related to `react-native-reanimated v2`, `react-native v0.67.x` and `Macs with M1...

Facing same issue. @hellozengms Were you able to fix it? Or any work around?

@robertwt7 Were you able to find any solution or a possible work around for this issue? We are also facing same issue as you, happens once per launch/install on Android.

To fix these types for now you can modify `lib/typescript/module/src/index.d.ts` and `lib/typescript/commonjs/src/index.d.ts` for the respective fonts. For Eg. I want to expose types for FontAwesome5Pro Icon names. So I have...

Instead of doing `export type FontAwesome5ProLightIconName = keyof typeof lightGM;` can't we do `export type FontAwesome5ProLightIconName = ComponentProps['name'];` This is just a suggestion as the types exported are still not...

@vonovak What I mean is, with the current implementation i.e `export type FontAwesome5ProSolidIconName = keyof typeof solidGM;` when I do the following I faced type errors. ```import React from 'react';...

> @abitling master has a fix and new release coming shortly @johnf Thank you 🙏🏻

Even I am facing the same issue. After looking at the `_downloadFile` function in `/node_modules/react-native-pdf/index.js` file. It is trying to delete the file from the cache without checking if it...

Any update here? I am also facing the same issue on RN v0.79.2 Old Architecture and `react-native-pdf` v6.7.7.