-
Notifications
You must be signed in to change notification settings - Fork 8
Installation (How to setup)
Ioannis Kokkinidis edited this page Sep 17, 2016
·
2 revisions
###[TL/DR] There are 4 Steps to install RNBugsnag.
- Step 1: Setting up your bugsnag account
- Step 2: Installing the RNBugsnag react-native module
- Step 3: Configuring the iOS project (if needed)
- Step 4: Configuring the Android project (if needed)
###You can safely skip reading the rest of this page. (aka Details you probably don't need to know)
RNBugsnag is a react-native module.
That means its comprised of 2 parts.
- The javascript part.
- The native part.
What happens is we call stuff using the javascript part (1) and that, on its turn, calls stuff on the native part (2).
So in essence what we do is, we invoke native code (be it iOS or Android code) from javascript.