mirror of
https://github.com/status-im/react-native-status.git
synced 2026-08-27 19:21:12 +00:00
5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
'use strict';
|
|
|
|
import { NativeModules } from 'react-native';
|
|
module.exports = NativeModules.Jail;
|