0.1.2 • Published 2 years ago

react-native-nikishkin-test-work v0.1.2

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

react-native-nikishkin-test-work

test work

Installation

npm install react-native-nikishkin-test-work

Usage

import {
  NikishkinTestWork,
  NikishkinTestWorkEvent,
  EventType,
} from 'react-native-nikishkin-test-work';

NikishkinTestWork.changeText('text');

NikishkinTestWorkEvent.addListener(EventType.onChangeText, (res) => {
  console.log(res);
});

Made with create-react-native-library