Skip to content

Instantly share code, notes, and snippets.

View Dougllas92's full-sized avatar

Douglas Lopes Dougllas92

View GitHub Profile
import React from 'react';
import { View, Text, StyleSheet, StatusBar, TouchableOpacity, TouchableWithoutFeedback } from 'react-native';
import Svg, { Path } from 'react-native-svg';
import Constants from 'expo-constants';
import { SimpleLineIcons, Ionicons, MaterialCommunityIcons } from '@expo/vector-icons';
export default function App() {
return (
<View style={styles.container}>