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
- Host: GitHub
- URL: https://github.com/remithomas/bs-expo-analytics
- Owner: remithomas
- Created: 2020-02-05T19:36:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T22:57:29.000Z (about 3 years ago)
- Last Synced: 2025-01-30T11:11:20.683Z (over 1 year ago)
- Language: Reason
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bs-expo-analytics [](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 :)