Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
balthazar
/
react-native-zeroconf
Public
Notifications
You must be signed in to change notification settings
Fork
101
Star
250
Code
Issues
46
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Some bugfixes
- #69
#69
Open
andonivianez
wants to merge 7 commits into
balthazar:master
balthazar/react-native-zeroconf:master
from
andonivianez:master
andonivianez/react-native-zeroconf:master
Copy head branch name to clipboard
Conversation
Commits
7
(7)
Checks
Files changed
Open
Some bugfixes
#69
andonivianez
wants to merge 7 commits into
balthazar:master
balthazar/react-native-zeroconf:master
from
andonivianez:master
andonivianez/react-native-zeroconf:master
Copy head branch name to clipboard
Commits
Commits on Sep 11, 2018
Fixed uncaught error throwing sometimes when zeroConf module was already initialized
Show description for e8f2f76
avianezbq
committed
e8f2f76
View commit details
Copy full SHA for e8f2f76
Browse repository at this point
Fixed app crash when error events comes; an String was passing to a function that was only accepting Objects. Added support in the same method for both types.
avianezbq
committed
9159a00
View commit details
Copy full SHA for 9159a00
Browse repository at this point
Commits on Sep 12, 2018
Fixed emit on latest change, as I was passing an string to the emit and this is not possible.
avianezbq
committed
7db837b
View commit details
Copy full SHA for 7db837b
Browse repository at this point
Commits on Sep 17, 2018
Fix; when a service emited BYE message, it wasn´t being removed from resolvedServices.
avianezbq
committed
2e3c9ee
View commit details
Copy full SHA for 2e3c9ee
Browse repository at this point
Commits on Sep 18, 2018
Changed "error" event key, as it throws a JS Error Exception and produces an app crash in release (bundled) mode. Now, the error event has a different key that can be correctly handled with a liste…
Show description for 649e140
avianezbq
committed
649e140
View commit details
Copy full SHA for 649e140
Browse repository at this point
Docs updated.
avianezbq
committed
71a28db
View commit details
Copy full SHA for 71a28db
Browse repository at this point
Commits on Sep 19, 2018
Updated package.json´s version to 1.0.0
avianezbq
committed
ea65a18
View commit details
Copy full SHA for ea65a18
Browse repository at this point
You can’t perform that action at this time.