# react-native-tmx-profiling

## Getting started

`$ npm install react-native-tmx-profiling --save`

### Mostly automatic installation

`$ react-native link react-native-tmx-profiling`

## Usage
```javascript
import ReactNativeTmxProfiling from 'react-native-tmx-profiling';

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