rollbar / rollbar-react-native

Crash and error reporting for React Native using Rollbar
https://docs.rollbar.com/docs/react-native
62 stars 37 forks source link

not working with expo build apk #131

Closed LinarAI closed 4 years ago

LinarAI commented 4 years ago

I am a new user will roll bar. I have tried your rollbar-react-native and follow the instrucions with code in App.js. it works fine with expo. but when i run expo build:android -t apk and install the app on my android phone, it doesn't work. I stuck here several days. Is it necessary to also add the android sdk? could you help me with this?

LinarAI commented 4 years ago

i got it, rollbar don't support expo cli

waltjones commented 4 years ago

Rollbar-react-native depends on Rollbar.js (npm package 'rollbar'). Try updating to latest (v2.19.3). This release has a fix that is relevant to expo and may solve your issue. https://github.com/rollbar/rollbar.js/releases/tag/v2.19.3

I just tested here and the apk is working on Android devices.