1.2.9 • Published 3 years ago
react-native-grpc v1.2.9
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
3 years ago
1.2.8
3 years ago
1.2.7
3 years ago
1.2.6
3 years ago
1.2.5
3 years ago
1.2.4
3 years ago
1.2.3
3 years ago
1.2.2
3 years ago
1.2.1
3 years ago
2.5.0
4 years ago
2.6.1
3 years ago
2.6.0
4 years ago
2.3.0
4 years ago
2.2.0
4 years ago
2.4.1
4 years ago
2.4.0
4 years ago
2.1.0
4 years ago
2.0.0
4 years ago
1.2.0
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago