1.1.23 • Published 3 years ago

@desertlionio/sdk v1.1.23

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Official Desert Lion SDK

Links

Installation

NPM

npm install desertlion

Yarn

yarn add desertlion

Usage

  1. Start using Desert Lion by importing the library.
import desertlion from '@desertlionio/sdk';
  1. Later on, add this to _app.tsx for Next.js applications, and in index.tsx for React applications.
desertlion.init({
  appId: '',
  userIdentifier: '',
});
  1. Optional - Identify the user later on, only after login.
desertlion.identifyUser({
  userIdentifier: '',
});

Open Source

1.1.23

3 years ago

1.1.22

3 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.21

3 years ago

1.1.20

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago