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

https://github.com/digitalfortress-dev/esp-idf-provisioning-react-native


https://github.com/digitalfortress-dev/esp-idf-provisioning-react-native

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# esp-idf-provisioning-react-native
ESP IDF Provisioning for React Native
## Installation

```sh
npm install @digitalfortress-dev/esp-idf-provisioning-react-native
```

## Permissions

The permissions needed for Android:
```

```

## Usage

```js
import EspIdfProvisioningReactNative from '@digitalfortress-dev/esp-idf-provisioning-react-native';

...

EspIdfProvisioningReactNative.create();
```

## Example app

[Example app here](https://github.com/digitalfortress-dev/esp-idf-provisioning-react-native/tree/master/example)

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)