react-native-sunil-sample
Version:
This is a trail package
24 lines (15 loc) • 351 B
Markdown
# 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>
);
}
```