0.1.6 • Published 10 months ago

react-native-terra-react-graphs v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

react-native-terra-react-graphs

Terra SDK for Graphs API

Docs

All docs can be found here:

https://docs.tryterra.co/reference/graph-react-native-sdk

Installation

npm install react-native-terra-react-graphs

Example Usage

import { TerraGraph } from 'react-native-terra-react-graphs';
import { ActivityIndicator } from 'react-native';

// ...

<TerraGraph
    type={GraphType.DAILY_RHR_SUMMARY}
    styles={{ flex: 1, justifyContent: 'center' }}
    loadingComponent={<ActivityIndicator />}
    startDate={start}
    endDate={end}
    token={graphToken}
    timePeriod={TimePeriod.WEEK}
    toWebhook={false}
    connections={Connections.APPLE_HEALTH}
/>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

terra-react-graph

0.1.6

10 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago