```SnackPlayer name=FirstPlayer import React from 'react'; import { Text, View } from 'react-native'; const YourApp = () => { return ( Try editing me! 🎉 ); } export default YourApp; ``` ```SnackPlayer name=SecondPlayer&theme=dark&preview=false&supportedPlatforms=ios&loading=eager&dependencies=@react-native-community/slider import React from 'react'; import { View } from 'react-native'; import Slider from '@react-native-community/slider'; const YourApp = () => { return ( ); } export default YourApp; ```