How to use jail-monkey - 2 common examples

To help you get started, we’ve selected a few jail-monkey examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mattermost / mattermost-mobile / app / mattermost_managed / mattermost-managed.android.js View on Github external
isTrustedDevice: () => {
        if (__DEV__) {
            return true;
        }

        return JailMonkey.trustFall();
    },
    supportsFaceId: async () => false,
github mattermost / mattermost-mobile / app / mattermost_managed / mattermost-managed.ios.js View on Github external
isTrustedDevice: () => {
        if (__DEV__) {
            return true;
        }

        return JailMonkey.trustFall();
    },
    supportsFaceId: MattermostManaged.supportsFaceId,

jail-monkey

A React Native module for identifying jail-broken, rooted, or mock locations on iOS and Android

MIT
Latest version published 1 year ago

Package Health Score

70 / 100
Full package analysis

Popular jail-monkey functions