0.1.3 • Published 2 years ago

react-native-rm-text-module v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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