ReactNative bindings for Apple ExternalAccessory Framework
npm install react-native-external-accessorySearch and configure WiFi Accessories from ReactNative.
Add react-native-external-accessory to your project.
``npm install --save react-native-external-accessory`
Link react-native-external-accessory.
`react-native link react-native-external-accessory`
Update your iOS projects entitlements to support Wireless Accessory Configuration.
``
...
...
The unit tests are run using the jest test framework. To run the tests do:
`npm install && npm run test``
* More tests!
* Add NSPredicate support to ExternalAccessoryBrowser.startSearch
* Add support for Bluetooth and wired external accessories.