react-ntest-btn
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

react-ntest-btn

test package on npm for trial

Installation

npm install react-ntest-btn

Usage

import { multiply } from 'react-ntest-btn';
OR
import react-ntest-btn from 'react-ntest-btn';
// ...
# Methods1:

const handleMsg = () => {
    ReactNtestBtn.testing(' sidoo', (error, response) => {
      if (error != null) {
        console.log('Failur!', error);
      } else {
        console.log('Message:- ', response);
      }
    });
  };

# Methods2:

 const handleMsg1 = () => {
    ReactNtestBtn.anothertesting(' testing another message', (error, response) => {
      if (error != null) {
        console.log('Failur!', error);
      } else {
        console.log('Message1:- ', response);
      }
    });
  };

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i react-ntest-btn

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

16.3 kB

Total Files

20

Last publish

Collaborators

  • mohdsaeed