1.1.4 • Published 2 years ago

react-native-security-screen v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago