Skip to content

DoLopes/misnap-react-native

Repository files navigation

MiSnap React Native Implementation for iOS and Android

Table of Contents

Setup

  • After cloning run 'npm install' to make sure the directory/folder is initialized for react native.
  • Run 'npm start' to run the project

Frequently Asked Questions (FAQs)

How to integrate the MiSnap SDK using Maven?

Please follow these steps:

  1. Create a Personal Access Token (PAT) on https://www.github.com.
    Please follow this guide to create a PAT and make sure to select the read:packages scope.
  2. Add the following to the project level settings.gradle:
    allProjects {
      repositories {
        ...
        maven {
          url = uri('https://maven.pkg.github.com/mitek-systems/misnap-android')
          credentials {
            username = 'your-github-username'
            password = 'personal-access-token' // created in Step 1.
          }
        }
      }
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published