Vijay Bindraban

Results 24 comments of Vijay Bindraban

Any process on this?

Is there any news about this? (it has been 3 years)

I am currently getting the same error on android 4 devices. Works fine in android 10+. Version 3.7.0. ``` 10-10 14:24:27.186 19779 28028 E ViewShot: Failed to capture view snapshot...

The `sourcepath` is not correct, it must be an absolute path. See [constants](https://github.com/itinance/react-native-fs#constants). It should be something like: `${RNFS.MainBundlePath}/src/assets/icons/bootsplash.png` (depends on the OS)

Can you try `DocumentDirectoryPath` instead of `MainBundlePath`?

> > @its-kos I think I may have a solution for you, the same thing was troubling me and this approach fixed it. Little disclaimer, I'm using a mac... >...

> `npx @sentry/wizard@latest -s -i reactNative` gives me the following error: > > ``` > Running Sentry Wizard... > version: 3.14.1 | sentry-cli version: 1.75.2 > .................. > node:events:505 >...

I used the `--skip-connect` flag. I am currently using 16 and i am not blocking any connections. Could it be a OS related bug? (macos)