Allen Yang

Results 12 comments of Allen Yang

This sounds like a cool idea - relatively straightforward (especially if the APIs are there) and clear purpose. Was wondering what you were thinking in terms of distributing this website...

Hey kneekill, Thanks for contributing, and glad to hear you find this extension useful! General caveat: I'm not actively maintaining this project anymore. Some initial reactions to your PR: -...

Yep, this should be possible. It's been a while but I believe I used a JS library called moment.js to help with time calculations. That should give you all the...

Have folks found that this has been fixed with 0.71.13? It sounds exactly like the bug I'm encountering, I've updated to 0.71.13, and am still experiencing the issue. What's also...

Right, I was referring to [Should we release 0.71.13?](https://github.com/reactwg/react-native-releases/discussions/78) - am I interpreting that discussion correctly?

If I look at the commit, and find the file that's supposed to have the change in my `node_modules/`, I do in fact see the change - this is in...

@ShadReyes Unfortunately still experiencing this bug on both 0.71.13 and 0.72.2. I've tried deleting node_modules and re-installing via `yarn` with both versions. My code is slightly different as I've been...

@ShadReyes I did not know that, and appreciate your help! You may be onto something that there's something weird about how my project is set up. I'm using expo go,...

@ShadReyes I forgot to try `pod install`! Unfortunately that didn't help. But I appreciate your trying to help! I'll put this aside for now and come back to it later.

@ilyazub Do you think that's related to the missing `htidocid` key? I believe `htidocid` previously was a top-level key in that decoded JSON, not part of the `apply_link` value. I...