Fixed name error
This commit is contained in:
parent
d90e5de5e5
commit
2e70823503
2
index.js
2
index.js
@ -7,7 +7,7 @@ export default class Obscure extends React.Component {
|
||||
static activateObscure() {
|
||||
if (!Obscure.isObscureActive) {
|
||||
NativeModules.Obscure.activateObscure();
|
||||
FlagSecure.isFlagSecureActive = true;
|
||||
Obscure.isObscureActive = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-obscure",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"description": "A react native android module for obscuring applications when switching applications and preventing taking screenshots of the application.",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user