This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Text, SafeAreaView, StyleSheet } from 'react-native'; | |
| // You can import supported modules from npm | |
| import { Card } from 'react-native-paper'; | |
| // or any files within the Snack | |
| import AssetExample from './components/AssetExample'; | |
| export default function App() { | |
| return ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Text, SafeAreaView, StyleSheet } from 'react-native'; | |
| // You can import supported modules from npm | |
| import { Card } from 'react-native-paper'; | |
| // or any files within the Snack | |
| import AssetExample from './components/AssetExample'; | |
| export default function App() { | |
| return ( |
NewerOlder