Skip to content

Instantly share code, notes, and snippets.

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 (
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 (
@lloydchang
lloydchang / mohanpedala-bash_strict_mode.md
Last active September 3, 2024 14:28 — forked from mohanpedala/bash_strict_mode.md
set -e, -u, -o, -x pipefail explanation