1.2.9 • Published 1 year ago

react-native-grpc v1.2.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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);
1.2.9

1 year ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

2.5.0

2 years ago

2.6.1

2 years ago

2.6.0

2 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago