1.1.23 • Published 2 years ago

@desertlionio/sdk v1.1.23

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.22

2 years ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.17

3 years ago

1.1.21

3 years ago

1.1.20

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago