1.0.0 • Published 1 year ago

react-native-sdkplugin1 v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-native-librarysdk

React Native SDK Library

Installation

npm install react-native-librarysdk

Usage

import { multiply } from 'react-native-librarysdk';

// ...

const result = await multiply(3, 7);

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

Steps:

  1. Create a react native library using 'create-react-native-library' package
npx create-react-native-library librarysdk

√ What is the name of the npm package? ... react-native-librarysdk √ What is the description for the package? ... React Native SDK Library √ What is the name of package author? ... Karthik Rathinavel √ What is the email address for the package author? ... karthikrathinavelbecse@gmail.com √ What is the URL for the package author? ... https://github.com/karthikrathinavel √ What is the URL for the repository? ... https://github.com/karthikrathinavel/react-native-librarysdk √ What type of library do you want to develop? » Native module √ Which languages do you want to use? » Java & Objective-C √ Project created successfully at librarysdk!

Get started with the project:

$ yarn

Run the example app on iOS:

$ yarn example ios

Run the example app on Android:

$ yarn example android

See CONTRIBUTING.md for more details. Good luck!