Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CBCNewMedia/react-native-airplay-button
React Native Airplay button component
https://github.com/CBCNewMedia/react-native-airplay-button
Last synced: about 2 months ago
JSON representation
React Native Airplay button component
- Host: GitHub
- URL: https://github.com/CBCNewMedia/react-native-airplay-button
- Owner: CBCNewMedia
- License: mit
- Created: 2019-09-16T21:14:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T01:43:33.000Z (over 1 year ago)
- Last Synced: 2024-09-23T18:17:35.702Z (4 months ago)
- Language: Objective-C
- Homepage:
- Size: 2.12 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-native - react-native-airplay-button - Native iOS Airplay button component (Components / Media)
- awesome-react-native - react-native-airplay-button - Native iOS Airplay button component (Components / Media)
README
# react-native-airplay-button
Stream audio or video to AirPlay-enabled devices with a customizable AirPlay button.
## Installation
```sh
npm install @cbcnewmedia/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 "@cbcnewmedia/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