AlexanderGranhof / tello-drone

An independent, simple and easy-to-use interface between nodejs and a tello drone
40 stars 14 forks source link

Error dgram #9

Closed ArthurVerstraete closed 4 years ago

ArthurVerstraete commented 4 years ago

Hello,

I'm using your npm package for my react-native app and got stuck with this error. Can someone please help me? image

AlexanderGranhof commented 4 years ago

Hey, dgram is a native nodejs package. My package is meant to run as a "backend process" using node. You might need to create an API in node between your react-native app to communicate with the drone.

Does that answer your question?