Skip to content

Commit d361d65

Browse files
committed
feat: add AirPlay Button
1 parent 6ae730f commit d361d65

10 files changed

Lines changed: 14911 additions & 46 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ npm install react-native-airplay-cast
1111
## Usage
1212

1313
```js
14-
import AirplayCast from "react-native-airplay-cast";
14+
import { AirPlayButton } from "react-native-airplay-cast";
1515

1616
// ...
1717

18-
const result = await AirplayCast.multiply(3, 7);
18+
<AirPlayButton />
1919
```
2020

2121
## Contributing

0 commit comments

Comments
 (0)