Christian Angelo M Sulit

Results 41 comments of Christian Angelo M Sulit

Still an issue with the latest version. Still an issue Watcher File change detected! Restarting! error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'port') port = (server.addrs[0]...

@caobo171 how about f18 and f21?

@nalyd88 ``` var tcpp = require('tcp-ping'); var util = require('util'); const tcpProbe = util.promisify(tcpp.probe); const tcpPing = util.promisify(tcpp.ping); async function ping(ip) { try { const result = await tcpPing({address: ip});...

![Screenshot_1715506032](https://github.com/expo/expo/assets/31933946/b4395061-bb8f-4866-946c-a02d4e136322) Still having issue with android.

> @csulit - please share a minimal reproducible example and create a new issue, that appears to be something different than the topic of this issue No significant changes were...

> @csulit - did you perhaps not import FontAwesome5 properly? which version of `@expo/vector-icons` are you using? please share a project with a minimal reproducible example to reproduce that warning....

> > @csulit - did you perhaps not import FontAwesome5 properly? which version of `@expo/vector-icons` are you using? please share a project with a minimal reproducible example to reproduce that...

> Well, I'm running into the same issue. After running a few investigations, if you console.log each route component, you see that the components are really mounting, but the redirect...