This project shows how to use zipkin.js in a React Native context. This project was bootstrapped with Create React Native App.
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.