Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 569 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 569 Bytes

Warning

This project has not been updated in a long time, and is deprecated.

For a more modern and up-to-date example of how to use the Seald SDK, check out https://github.com/seald/sdk-example-project/ . For information on how to import the Seald SDK in React-Native, check out our documentation at https://docs.seald.io/en/sdk/guides/2-import.html#react-native .

Install

npm install

# On iOS, you will also need to install pod dependencies:
cd ios/
pod install

Run

npm run start

npm run android
# Or:
npm run ios