Socket
Book a DemoInstallSign in
Socket

@tanker/client-react-native

Package Overview
Dependencies
Maintainers
5
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanker/client-react-native

Tanker client SDK for React Native

beta
Source
npmnpm
Version
2.32.0-beta7
Version published
Weekly downloads
0
-100%
Maintainers
5
Weekly downloads
 
Created
Source

Tanker client SDK for React Native

Tanker provides an easy-to-use SDK allowing you to protect your users' data.

This repository only contains the React Native bindings, which are a thin wrapper around our Android and iOS bindings.

The core library that underlies our native bindings can be found in the TankerHQ/sdk-native GitHub project.

Installation

npm install @tanker/client-react-native

Documentation

See the API documentation.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

Running the test suite on Android

First, compile the Android app:

cd example
yarn
yarn detox build --configuration android

Then, start the application:

yarn start # This will block your terminal. Test logs will be output by this process, keep an eye on it

And the admin server:

yarn flask # This blocks your terminal too

Finally, run the tests:

yarn detox test --configuration android

License

Apache-2.0

Keywords

react-native

FAQs

Package last updated on 26 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts