Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 569 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 569 Bytes

react-native-avroutepicker

iOS AVRoutePickerView for React Native. Provides a native AirPlay button and corresponding view for selecting the AV "route". Use this module to add native AirPlay functionality to your React Native app on iOS!

Installation

npm install react-native-avroutepicker

Usage

import AVRoutePicker from 'react-native-avroutepicker';

// ...

<AVRoutePicker />;

Contributing

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

License

MIT