Skip to content

vorlovsky/react-native-horizon-sdk

Repository files navigation

react-native-horizon-sdk

Horizon SDK wrapper for React Native

Installation

npm install react-native-horizon-sdk```

## Usage

```js
import { HorizonSdkView } from "react-native-horizon-sdk";

// ...

<HorizonSdkView />

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