Cuong Lam
Cuong Lam
This issue occurred from Stripe-React-Native Version `0.34.0` to `0.38.3`. To resolve this, I had to revert to version [0.33.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.33.0).
@mahdieh-dev I'm still using version 0.33.0 with a path below while waiting for this issue to be resolved. ```ruby diff --git a/node_modules/@stripe/stripe-react-native/android/src/main/java/com/.DS_Store b/node_modules/@stripe/stripe-react-native/android/src/main/java/com/.DS_Store new file mode 100644 index 0000000..6e16db7 Binary...
I got the same issue with: `wicked_pdf: 2.6.3` `wkhtmltopdf 0.12.6 (with patched qt)` `macOS Montery` The header/ footer html files is deleted before the pdf generated. `wicked_header_pdfxxxxx.html` `wicked_footer_pdfxxxxxx.html`
@unixmonkey I was render header/footer by `render_to_string` described in [Super Advanced Usage](https://github.com/mileszs/wicked_pdf#super-advanced-usage). Like below: ```ruby # create a pdf from string using templates, layouts and content option for header or...
@hpoo, @GalenkoEugene, @tomascco, @vtllr, @Holist I was try to create a PR #1039 to resolved this issue. It's should work with my project now. Can you guys try to play...
@stevesizer This issue is resolved in PR https://github.com/mileszs/wicked_pdf/pull/1039. You can do a temporary fix in your `Gemfile`. `gem 'wicked_pdf', git: 'https://github.com/thanhcuong1990/wicked_pdf.git', branch: 'master'`
I believe this issue occurs because currentIndex is out of range. You can try validating your currentIndex value or applying my patch below. I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for...
This issue still happens with React Native 0.78.2
I've got the same issue. I just need to use my custom font. My idea is try to delete the `Fonts` folder from `react-native-vector-icons` in pod `pre_install` hook. Hope this...
I’m experiencing the same issue with react-native-screens `4.19.0`. In my case, I’m using `@react-navigation/material-top-tabs`.