Skip to content

basic app demonstrating use of the Seald SDK for React-Native

Notifications You must be signed in to change notification settings

seald/seald-sdk-demo-app-react-native

Repository files navigation

seald-sdk-react-native

Seald SDK for React Native integration

It is compatible with the latest versions of RN, including the Hermes engine.

Running the demo

To run the demo, first install the dependencies:

npm install

Also, to run the example app, you must copy ./app/team.spec.template.ts to ./app/team.spec.ts, and set the values of apiURL, appId, JWTSharedSecretId, JWTSharedSecret, ssksURL and ssksBackendAppKey.

To get these values, you must create your own Seald team on https://www.seald.io/create-sdk. Then, you can get the values of apiURL, appId, JWTSharedSecretId, and JWTSharedSecret, on the SDK tab of the Seald dashboard settings, and you can get ssksURL and ssksBackendAppKey on the SSKS tab.

Then, use the 'run' command:

npm run android
# or
npm run ios

About

basic app demonstrating use of the Seald SDK for React-Native

Resources

Stars

Watchers

Forks

Packages

No packages published