mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-01 05:30:42 +00:00
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
|
|
import { NativeModules } from 'react-native';
|
|
|
|
const { RNInstabugReactnative } = NativeModules;
|
|
|
|
export default RNInstabugReactnative;
|