Skip to content

This module enables you to create text components in React Native which don't incur the render cost of <Text/> (which registers touch handlers).

Notifications You must be signed in to change notification settings

samziz/react-native-boring-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-boring-text

Getting started

Mostly automatic installation

npm install react-native-boring-text --save
(cd ios && pod install)

Usage

import BoringText from "react-native-boring-text";

render() {
  return (
    <BoringText
      text={'Hello world'}
    />
  );
}

About

This module enables you to create text components in React Native which don't incur the render cost of <Text/> (which registers touch handlers).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published