Skip to content

Installation (How to setup)

Ioannis Kokkinidis edited this page Sep 17, 2016 · 2 revisions

###[TL/DR] There are 4 Steps to install RNBugsnag.

###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.

  1. The javascript part.
  2. 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.

Clone this wiki locally