Skip to content

Commit d96b4a2

Browse files
committed
docs: add prioritizesVideoDevices example
1 parent 583b0ad commit d96b4a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import AirPlayButton from "react-native-airplay-button";
2727
<AirPlayButton
2828
activeTintColor="blue"
2929
tintColor="red"
30+
prioritizesVideoDevices={false}
3031
style={{ width: 30, height: 30 }}
3132
/>
3233
```

example/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default function App() {
1010
<AirPlayButton
1111
activeTintColor="blue"
1212
tintColor={systemRed}
13+
prioritizesVideoDevices={false}
1314
style={styles.button}
1415
/>
1516
</View>

0 commit comments

Comments
 (0)