MindscapeHQ / raygun4reactnative

ReactNative crash reporting SDK for Raygun
MIT License
3 stars 3 forks source link

Expo support of this package? #70

Open Puneet56 opened 1 year ago

Puneet56 commented 1 year ago

Hi does this package also supports expo for react native. If not, is there any other package that I should use? I tried installing this package in expo app and faced this error.

ERROR TypeError: undefined is not an object (evaluating '_raygun4reactnative.RaygunClient.init')

This error is located at: in App (created by withDevTools(App)) in withDevTools(App) in RCTView (created by View) in View (created by AppContainer) in RCTView (created by View) in View (created by AppContainer) in AppContainer in main(RootComponent)

image