We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5172f1e commit d143c3cCopy full SHA for d143c3c
README.md
@@ -2,7 +2,7 @@
2
3
Stream audio or video to AirPlay-enabled devices with a customizable AirPlay button.
4
5
- 
+ 
6
7
## Installation
8
@@ -26,7 +26,7 @@ import { AirPlayButton } from "react-native-airplay-cast";
26
27
<AirPlayButton
28
activeTintColor="blue"
29
- tintColor="black"
+ tintColor="red"
30
style={{ width: 30, height: 30 }}
31
/>
32
```
0 commit comments