/-swift-support

Swift support for TurboModules

Primary LanguageJavaMIT LicenseMIT

react-native-swift-support

Here you have an official guide:

⚠️⚠️⚠️ https://github.com/react-native-community/RNNewArchitectureLibraries/tree/feat/turbomodule-swift ⚠️⚠️⚠️

Swift support for TM

Installation

npm install react-native-swift-support

Usage

import { multiply } from 'react-native-swift-support';

// ...

const result = 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