New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-grpc

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-grpc

TODO

latest
Source
npmnpm
Version
1.2.9
Version published
Maintainers
1
Created
Source

react-native-grpc

Getting started

$ npm install react-native-grpc --save

Mostly automatic installation

Copy GrpcService.h, GrpcService.m and GrpcService.podspec from node_modules/react-native-grpc to PROJECT_FOLDER/ios Add pod 'GrpcService', :path => '.' in Podfile $ react-native link react-native-grpc

Usage

import Grpc from 'react-native-grpc';

// TODO: What to do with the module?
GrpcInit(ip: string, port: number, events: []);

const deviceId = await DeviceInfo.getUniqueId();
Event.startStream(deviceId);

Keywords

react-native

FAQs

Package last updated on 16 Nov 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