-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A better example on how to use this #26
Comments
I'm also facing this little issue:
on the build.gradle |
Hi, I am also new at this, were you able to find all the devices in the end ? |
Same, were you able to find any solutions? The docs seem to be a little confusing |
@jsdario, @luisfpinto, @franrios, @pablopi Can you guys please help us? |
Hello, can help me, im need call an action from service. Please, can show me some example to make it. tanks |
Hello, fairly new on the react-native scenario.
I need a few informations on how to use this lib properly, excuse me for my lack of experience on this framework.
Ok, I made a componente to use this lib, I need my device to get SSDP information from another device. So I believe I suppose to use this as a client.
I also understand the better usage would be on componentDidMount() so it can find the device I want when it loads.
My supper newbie questions are:
What do I have to import in order to make this work?
On the client example you can find on this github, what I can declare globaly like a variable and what I should put inside of componentDidMount to trigger the search?
the way I understood, the functions below are all based on client.search to search for all devices once every 5 seconds for 10 seconds
and those are declarations I should make globally outside of classes and functions.
The text was updated successfully, but these errors were encountered: