UNPKG

react-native-sunil-sample

Version:
24 lines (15 loc) 351 B
# This is a trail package ginore the mistakes if you notice any here's how you can use this ``` import React from 'react' import {View, Text} from 'react-native' import Sunil from 'react-native-sunil-sample' export default function MyApp(){ return( <View> <Sunil /> </View> ); } ```