# react-native-soar-service

> Native level implementation of SOAR logic

Latest version **1.0.19** (published 2019-09-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-soar-service
pnpm add react-native-soar-service
yarn add react-native-soar-service
bun add react-native-soar-service
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.19 |
| Published | 2019-09-27 |
| First published | 2019-09-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 417.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Tristan Flor |
| Maintainers | tristanflor |
| Keywords | react-native |

## Links

- npm: https://www.npmjs.com/package/react-native-soar-service
- Repository: https://github.com/github_account/react-native-soar-library
- Homepage: https://github.com/github_account/react-native-soar-library#readme
- Issues: https://github.com/github_account/react-native-soar-library/issues
- npm.io page: https://npm.io/package/react-native-soar-service

## Recent versions

- 1.0.19 (latest) — 2019-09-27
- 1.0.18 — 2019-09-23
- 1.0.17 — 2019-09-23
- 1.0.16 — 2019-09-23
- 1.0.15 — 2019-09-23
- 1.0.14 — 2019-09-20
- 1.0.13 — 2019-09-20
- 1.0.12 — 2019-09-20
- 1.0.11 — 2019-09-20
- 1.0.10 — 2019-09-20
- 1.0.9 — 2019-09-20
- 1.0.8 — 2019-09-20
- 1.0.7 — 2019-09-20
- 1.0.6 — 2019-09-20
- 1.0.5 — 2019-09-20
- … 5 more at https://npm.io/package/react-native-soar-service/versions

## README

# react-native-soar-library

## Getting started

`$ npm install react-native-soar-library --save`

### Mostly automatic installation

`$ react-native link react-native-soar-library`

### Manual installation


#### iOS

1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`
2. Go to `node_modules` ➜ `react-native-soar-library` and add `SoarLibrary.xcodeproj`
3. In XCode, in the project navigator, select your project. Add `libSoarLibrary.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`
4. Run your project (`Cmd+R`)<

#### Android

1. Open up `android/app/src/main/java/[...]/MainApplication.java`
  - Add `import com.reactlibrary.SoarLibraryPackage;` to the imports at the top of the file
  - Add `new SoarLibraryPackage()` to the list returned by the `getPackages()` method
2. Append the following lines to `android/settings.gradle`:
  	```
  	include ':react-native-soar-library'
  	project(':react-native-soar-library').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-soar-library/android')
  	```
3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
  	```
      compile project(':react-native-soar-library')
  	```


## Usage
```javascript
import SoarLibrary from 'react-native-soar-library';

// TODO: What to do with the module?
SoarLibrary;
```

---
_Source: https://npm.io/package/react-native-soar-service · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
