UNPKG

react-native-lights-pipesort

Version:

A modernised light-weight UI kit for mobile apps.

15 lines (12 loc) 263 B
import React from 'react' import {View,Text} from 'react-native' function CardContent(){ return( <View> <Text style={{fontSize:24}}> Have a good day! </Text> </View> ) } export default CardContent