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 583b0ad commit d96b4a2Copy full SHA for d96b4a2
README.md
@@ -27,6 +27,7 @@ import AirPlayButton from "react-native-airplay-button";
27
<AirPlayButton
28
activeTintColor="blue"
29
tintColor="red"
30
+ prioritizesVideoDevices={false}
31
style={{ width: 30, height: 30 }}
32
/>
33
```
example/src/App.tsx
@@ -10,6 +10,7 @@ export default function App() {
10
11
12
tintColor={systemRed}
13
14
style={styles.button}
15
16
</View>
0 commit comments