Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 313 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 313 Bytes

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();