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
- Host: GitHub
- URL: https://github.com/digitalfortress-dev/esp-idf-provisioning-react-native
- Owner: digitalfortress-dev
- License: mit
- Created: 2022-08-30T11:51:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T08:51:03.000Z (almost 3 years ago)
- Last Synced: 2025-10-23T09:54:40.608Z (8 months ago)
- Language: Java
- Size: 433 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)