UNPKG

react-native-privacy-snapshot

Version:

Obscure passwords and other sensitive personal information when a react-native app transitions to the background

5 lines (4 loc) 143 B
let React = require('react-native'); let { NativeModules } = React; let { PrivacySnapshot } = NativeModules; module.exports = PrivacySnapshot;