Philipp Schweiger
Philipp Schweiger
Anyone got this working already?
Got it working with: https://github.com/RonRadtke/react-native-blob-util/issues/267#issuecomment-1831006781 Removing newlines from the base64 string did the trick: ``` pdfString.replace(/\r?\n|\r/g, ''); ```
Is there an update on this? I have tried both, once with prefix and also without. Both lead to the same error as shown below. `"react-native-blob-util": "0.18.3"` **Example 1 (with...
@elopez thanks for the quick response! I will try to change to a supported node version asap. However some more info: Like mentioned by @frangio this also happens randomly on...
Setting the node-version for slither to 18.15 seems to fix this for now: ``` - name: Run Static analysis uses: crytic/[email protected] with: node-version: 18.15 ``` Thanks @frangio for the mentioned...
Will there be a safe-apps package for [@reown/appkit](https://www.npmjs.com/package/@reown/appkit)?