react-native-sdkplugin1
v1.0.0
Published
test
Downloads
1
Maintainers
Readme
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:
- 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? ... [email protected] √ 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!