@trustlyinc/trustly-react-native
v1.0.1
Published
Trustly React Native SDK
Downloads
143
Readme
Trustly React Native SDK
[!WARNING]
Work in progress, not yet complete and unreleased.
Note: The SDK package will be published in an NPM repository later. For now, please manually clone this git repository.
Getting Started
Requirements
- Node 20
Installation
Update the references and dependencies:
npm installUse the command below to generate a new package of the SDK:
npm packAfter that a new package will appear inside the root folder, with the current name:
trustly-react-native-1.0.0.tgzUsage
To get up and running with this SDK check out the documentation on Wiki and the example application.
Contributing
Setup
We recommend the Visual Studio Code as the code editor. There are some settings for it versioned in this repository, but, please, also install its recommended extensions.
