react-native-security-screen
v1.1.4
Published
Implementation of security screens for React Native mobile apps.
Downloads
55
Readme
react-native-security-screen
Security screen implementation for React Native apps
Installation
npm install react-native-security-screen
Usage
import { useSecurityScreen } from 'react-native-security-screen';
function App() {
// ...
useSecurityScreen();
// ...
return (
// App content
);
}
Made with create-react-native-library