23.3.1 • Published 7 months ago

@atomic.io/react-native-atomic-sdk v23.3.1

Weekly downloads
-
License
Commercial
Repository
-
Last release
7 months ago

React Native SDK

The React Native wrapper for the native Atomic SDKs (iOS and Android).

Requirements

  • React Native 0.63+;
  • Xcode 12+.

Installation

To include the React Native SDK in your existing React Native app, run the following command:

npm install @atomic.io/react-native-atomic-sdk

Or if you are using yarn:

yarn add @atomic.io/react-native-atomic-sdk

The React Native SDK supports auto-linking. There is an additional step required on iOS to get set up:

iOS

Navigate to the directory containing your Podfile, and run pod install to install the latest Pods. You should see the following dependency in the output:

...
Installing react-native-atomic-sdk (x.y.z)
...

Android

Add the following block to the build.gradle file in your app's android directory, alongside the other React Native dependencies. This will allow the Atomic Android SDK dependency to be downloaded from our public Maven repository.

allprojects {
    repositories {
      ...
      maven {
        url  "https://downloads.atomic.io/android-sdk/maven"
      }
    }
}

Documentation

Complete documentation for the React Native wrapper is available on our documentation site.

23.3.1

7 months ago

23.3.0

7 months ago

1.3.0

10 months ago

23.3.0-beta2

9 months ago

23.3.0-beta1

10 months ago

1.2.0

12 months ago

1.1.0

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago