Closed halaei closed 4 years ago
Hi @halaei, we've just released an update to the React Native notifier which cleans up this issue. It now lives in the bugsnag-js
monorepo, so the first new version of the React Native notifier is v7.3.0. Please note that this is a pretty major upgrade for this notifier, so you'll want to check out the UPGRADING.md file, as well as the docs. Closing the issue out as it's been resolved, but please let us know if you have any other comments!
Description
After installing bugsnag-react-native, there are some files in node_modules/bugsnag-react-native that really shouldn't be there.
Issue
Example of files and directories that should be removed:
Environment
Library versions:
cocoapods version (if any) (
pod --version
):iOS/Android version(s):
simulator/emulator or physical device?:
debug mode or production?:
[ ] (iOS only)
[BugsnagReactNative start]
is present in theapplication:didFinishLaunchingWithOptions:
method in yourAppDelegate
class?[ ] (Android only)
BugsnagReactNative.start(this)
is present in theonCreate
method of yourMainApplication
class?Example Repo
yarn install
andreact-native run-ios
/react-native run-android
Example code snippet
Error messages:
``` ```