0.3.1 • Published 5 years ago

react-native-indoor-atlas v0.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-native-indoor-atlas

Unofficial Indoor Atlas bridge for React Native projects. W.I.P.

Install

This library is meant to be used with recent versions of React Native. It wasn't tested on every version so minimal version isn't known. It works fine on 0.57.x.

Installation steps for Android:

  • npm i react-native-indoor-atlas --save
  • react-native link
  • Edit android/build.gradle, locate allprojects > repositories, add there:
maven {
    url "http://indooratlas-ltd.bintray.com/mvn-public"
}
  • Edit android/app/build.gradle, locate dependencies, add there:
implementation "com.indooratlas.android:indooratlas-android-sdk:2.8.3"
  • Edit android/app/src/main/AndroidManifest.xml, locate manifest > application, add there:
<meta-data
    android:name="com.indooratlas.android.sdk.API_KEY"
    android:value="YOUR_API_KEY" />
<meta-data
    android:name="com.indooratlas.android.sdk.API_SECRET"
    android:value="YOUR_API_SECRET" />

Usage

(Note: Documentation is currently a bit out of date) Refer to documentation and usage examples.

Features

Warning: This project currently supports Android only. iOS support will come, contributions are welcomed.

  • get notified when user detected location changes
  • get notified when Indoor Atlas connection status changes

License

MIT

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.2.0-beta.1

5 years ago

0.1.0

5 years ago

0.1.0-beta.1

5 years ago

0.0.4

5 years ago

0.0.4-beta.2

5 years ago

0.0.4-beta.1

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.1-beta.1

6 years ago

0.0.0

6 years ago