https://github.com/dylancom/react-native-airplay-button
Stream audio or video to AirPlay-enabled devices with a customizable AirPlay button.
https://github.com/dylancom/react-native-airplay-button
airplay cast casting ios react-native stream-audio typescript
Last synced: 6 months ago
JSON representation
Stream audio or video to AirPlay-enabled devices with a customizable AirPlay button.
- Host: GitHub
- URL: https://github.com/dylancom/react-native-airplay-button
- Owner: dylancom
- License: mit
- Created: 2020-10-12T18:40:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T07:39:58.000Z (about 4 years ago)
- Last Synced: 2025-04-18T09:34:19.028Z (6 months ago)
- Topics: airplay, cast, casting, ios, react-native, stream-audio, typescript
- Language: Objective-C
- Homepage:
- Size: 1.07 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-airplay-button
Stream audio or video to AirPlay-enabled devices with a customizable AirPlay button.
![]()
## Installation
```sh
npm install react-native-airplay-button --save```
**React Native 0.60 and above**
Run `npx pod-install`. Linking is not required in React Native 0.60 and above.
**React Native 0.59 and below**
Run `react-native link react-native-airplay-button` to link the react-native-airplay-button library.
## Usage
```js
import AirPlayButton from "react-native-airplay-button";```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT