mirror of
https://github.com/status-im/react-native-status.git
synced 2026-08-30 20:51:13 +00:00
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
'use strict';
|
|
|
|
import { NativeModules } from 'react-native';
|
|
|
|
module.exports = NativeModules.Jail;
|