Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 510 Bytes

File metadata and controls

9 lines (6 loc) · 510 Bytes

React Native Example

This project shows how to use zipkin.js in a React Native context. This project was bootstrapped with Create React Native App.

Usage

You need to run a local zipkin server, for example by running docker run -d -p 9411:9411 openzipkin/zipkin and you need to change the HOST variables in App.js

Then, npm install to get latest dependencies and react-native run-ios to run the sample app in a simulator.