```SnackPlayer name=Hello%20World import React from 'react'; import { Text, View } from 'react-native'; const YourApp = () => { return ( Try editing me! 🎉 ); } export default YourApp; ```