react-native-crashit
v1.0.1
Published
Raise a test react-native error.
Downloads
3
Readme
react-native-crashit
Raise native exceptions on iOS and android to test native "crashes".
Getting started; React native >=0.61.0
$ yarn add react-native-crashit
or
$ npm install react-native-crashit --save
Usage
import RNCrashIt from 'react-native-crashit';
RNCrashIt.crash();