React native Sentry library breaking iOS app

Hi guys, I’ve integrated React Native Sentry official library, version 0.5.3, on Android everything works fine, but I’m getting this error at iOS simulator in Xcode:

Unable to resolve module json-stringify-safe from /app/node_modules/react-native-sentry/lib/raven-plugin.js: Module does not exists in the module map or in these directories.

Does anybody know?

Thanks

When I install json-stringify-safe library manually, then I got this error after iOS build:

dyld: Library not loaded: @rpath/libswiftCore.dylib
 Referenced from: /Users/vojta/Library/Developer/Xcode/DerivedData/Test-App/Build/Products/Debug-iphonesimulator/Sentry.framework/Sentry
 Reason: image not found

Did do everything the docs say about setting up Xcode …

https://docs.sentry.io/clients/react-native/

We are still working to improve the experience, there are quite a few steps to do …