Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@douglowder/expo-av-route-picker-view
Advanced tools
React Native wrapper for the iOS AVRoutePickerView (selector for AirPlay devices)
iOS/tvOS only React Native wrapper for the AVRoutePickerView (selector for AirPlay devices)
(See also the working example in this repo.
import { Pressable, StyleSheet, Text, View } from 'react-native';
import { ExpoAvRoutePickerView } from 'expo-av-route-picker-view';
export default function App() {
return (
<View style={styles.container}>
<Pressable onPress={() => {}}>
{({ pressed, focused }) => {
return (
<View style={{ opacity: focused || pressed ? 0.6 : 1.0 }}>
<Text>Here is the route picker!</Text>
</View>
);
}}
</Pressable>
<ExpoAvRoutePickerView
style={styles.picker}
tintColor="#000000"
activeTintColor="#0000FF"
prioritizesVideoDevices
/>
</View>
);
}
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#fff',
alignItems: 'center',
justifyContent: 'center',
},
picker: {
width: 100,
height: 100,
},
});
For managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release. If you follow the link and there is no documentation available then this library is not yet usable within managed projects — it is likely to be included in an upcoming Expo SDK release.
For bare React Native projects, you must ensure that you have installed and configured the expo
package before continuing.
npm install expo-av-route-picker-view
Run npx pod-install
after installing the npm package.
Contributions are very welcome! Please refer to guidelines described in the contributing guide.
FAQs
React Native wrapper for the iOS AVRoutePickerView (selector for AirPlay devices)
The npm package @douglowder/expo-av-route-picker-view receives a total of 1 weekly downloads. As such, @douglowder/expo-av-route-picker-view popularity was classified as not popular.
We found that @douglowder/expo-av-route-picker-view demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.