Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 581 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 581 Bytes

react-native-linking-kit

WIP 🚧

Simplify deep linking and universal linking in React Native and Expo with react-native-linking-kit

Installation

npm install react-native-linking-kit

Usage

import { multiply } from 'react-native-linking-kit';

// ...

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