An open API service indexing awesome lists of open source software.

https://github.com/remithomas/bs-expo-analytics

Bucklescript bindings for expo-analytics
https://github.com/remithomas/bs-expo-analytics

Last synced: 2 months ago
JSON representation

Bucklescript bindings for expo-analytics

Awesome Lists containing this project

README

          

# bs-expo-analytics [![Build Status](https://travis-ci.org/remithomas/bs-expo-analytics.svg?branch=master)](https://travis-ci.org/remithomas/bs-expo-analytics)

> Bucklescript bindings for [expo-analytics](https://github.com/ryanvanderpol/expo-analytics)

## Installation

Add `bs-expo-analytics` to `bsconfig.json`

```json
"bs-dependencies": ["bs-expo-analytics"]
```

## Examples

You can check some examples in the [examples folder](./examples)

## Build

```bash
npm run build
```

## Build + Watch

```bash
npm run start
```

## Contributing

Please feel free to submit, comment anything on this repo :)