react-native-rm-text-module
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

react-native-rm-text-module

basic text module

Installation

npm install react-native-rm-text-module

Usage

import { changeText } from 'react-native-rm-text-module';

// ...

const handleButtonPress = () => {
  changeText('new text', (newText: string) => {
    console.log('Hey from native side!!');
    setValue(newText);
  });
};

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i react-native-rm-text-module

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

297 kB

Total Files

107

Last publish

Collaborators

  • ro-mgh