UNPKG

react-native-sunil-sample

Version:
16 lines (15 loc) 265 B
import React from 'react'; import { SafeAreaView, StyleSheet, Text, View, TouchableOpacity, } from 'react-native'; export default function Sunil(){ return( <View> <Text>Package Imported</Text> </View> ); }