1.1.4 • Published 10 months ago

react-native-security-screen v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago