Trust

Results 23 comments of Trust

@DVLNarayana react native 44 You can't use it. Did you run successfully?

> Hi folks, > > Facing same issue on following versions: > > "react": "17.0.2", "react-native": "0.68.6", "@react-native-firebase/crashlytics": "^12.4.0", > > And I can't use PERMISSIONS.POST_NOTIFICATIONS because this POST_NOTIFICATION permission...

@wangela Hi, does this PR have a merger plan? The progress is completely lagging behind.

> Hi @TrustDec, thank you for the message, are you using statically or dynamically linked frameworks? > > Have you clean the build and reinstalled pods after upgrading to 5.22.0?...

> The same issue after upgrading to @sentry/[email protected]. The solution for me is downgrade to v5.20.0: > > ``` > yarn add @sentry/[email protected] > cd ios && pod update Sentry...

> Hi @TrustDec and @pestrige, this issue might be relater to `APPLICATION_EXTENSION_API_ONLY=NO`, Sentry requires this option to be set to YES, this is how the Sentry Pod is setup by...

Thank you for your reply. Add the following code and work for me. ```ruby if target.name == 'Sentry' config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'YES' else config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'NO' end ```

Change `reactotron-react-native` in package.json to 5.0.3, instead of ^5.0.3, otherwise the actual version of `reactotron-react-native` in node_modules is 5.0.4

Looking forward to the new version.

You can use react-native-date-picker to reproduce this problem. When sliding up and down on an Android device, AndroidStudio logcat will output a large number of duplicate logs: ```shell com.facebook.react.bridge.ReactNoCrashSoftException: Cannot...