react-native-customtext-v1.2

1.0.2 • Public • Published

React Native Custom Text Package

Get Started

Installation

Install my-project with npm

yarn add react-native-customtext-v1.2

Usage/Examples

import {View} from 'react-native'; 
import React from 'react'; 
import UIText from 'react-native-customtext-v1'; 
const Screen = () => { 
  return ( 
    
       <UIText  
       backgroundColor="#f00"
        position="absolute"
        alignSelf="center" 
        >
        hello
        </UIText>
    ); 
  };

export default Screen;

Properties

Get all items

Properties

Parameter Type
alignItems FlexAlignType
alignContent any
alignSelf any
fontSize number
fontWeight any
width any
height any
backgroundColor string
borderRadius number
borderColor number
borderWidth number
margin number
marginHorizontal number
marginVertical number
padding number
paddingHorizontal number
paddingVertical number
position absolute , relative

Author

Package Sidebar

Install

npm i react-native-customtext-v1.2

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

200 kB

Total Files

4

Last publish

Collaborators

  • anurag_1123