/DemoAppSmileIdentity

Demo React Native app for the Smile Identity cross-platform Library

Primary LanguageObjective-CThe UnlicenseUnlicense

DemoAppSmileIdentity

Demo React Native app for the Smile Identity cross-platform Library

React Setup (Important)

Run `npm install` to install dependencies. This must be done before any other step.

Android Setup:

  • Navigate to the android subdirectory
  • Open the project on Android studio
  • Follow the instructions on the Official Guide how to import the Smile Identity Library provided by the official website.

Your settings.gradle file should automatically include ":smile_library_release" Your app's build.gradle file should now have a project implementation of smile_library_release

Build and run! 🥳

iOS Setup:

- Navigate to the ios subdirectory

- Run pod install.

Add the SmileIdentity framework as shown below.

alt text

- Go to Project > Targets > Frameworks/ Libraries/Embedded content

Ensure the Smile Identity Framework has "Embed and Sign" option selected.

alt text

- Navigate to the "react-native-smile-identity" Pod

Add `${PROJECT_DIR}/../` as a Framework Header Search path.

alt text

Setup Complete! 🤝

Authors