Alauddin Ahmed

Results 26 comments of Alauddin Ahmed
trafficstars

> I haven't configured any default value. Could you provide any example with snack! it would be really helpful for me and others if anyone facing any problem similar to...

@cristianoccazinsp that didn't help. Added configuration, yet having same problem.

> @rassemdev I've just confirmed your issue on iOS. The first call to the listener set with `NetInfo.addEventListener` returns `isInternetReachable = null`. However, a second callback is fired right after...

> ```ts > isInternetReachable = (await NetInfo.fetch()).isInternetReachable; > > if (isInternetReachable) { > return isInternetReachable; > } > > await timeout(200); > > isInternetReachable = (await NetInfo.fetch()).isInternetReachable; > ``` No,...

On my app, in a on click event, i am trying to get some data from api. Before that i am checking internet connectivity. When i'm using this ``` import...

> on first attempt it is returning this, with isInternetReachable is returning null @mikehardy [here](https://snack.expo.dev/@rassemdev/login-page) is an expo of my project, run this with ios. then check the log, on...

> This has been reported as a bug, but no fix is available yet. If anyone here would like to tackle this issue, PRs are welcome. Also having this same...

@stearruda you can browse his profile, he has a repo of that.

same here. happening this with latest react native version. first this warning `warn Package react-native-sqlite-storage has been ignored because it contains invalid configuration. Reason: "dependency.platforms.ios.project" is not allowed` then giving...

@principalkelvo if i use those unicode directly, its not showing right! .icon { content: '\ef27'; width: 50px; height: 50px; } Do i have to add anything else?