Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jerinjohnk created a comment on an issue on microsoft/code-push-server
I didn't get which specific changes you require. Specific changes for Point 1 - Please refer to the different forks of this repo. For example [AWS S3 Fork](https://github.com/nmengual/code-push-ser...
jerinjohnk created a comment on an issue on microsoft/code-push-server
1) People have forked this repo and modified it to be used with different cloud servers, such as AWS. You can also try them. 2) In the setup, there is a `codepush-infrastructure.bicep` file that se...
jerinjohnk opened an issue on microsoft/code-push-server
Azure code push server to be used for multiple different react native apps?
We created a Resource Group and deployed `api` folder to Azure for the codepush server. I can add android and ios apps here using > code-push-standalone app add <app-name> Now, we have different...jerinjohnk pushed 2 commits to main jerinjohnk/code-push-server
jerinjohnk created a comment on an issue on facebook/react-native
> > Created an Android `Release` variant app using old architecture and triggered a firebase notification in the app `Killed` state. The same error can be seen in the Android logcat. > > ``` > > ...
jerinjohnk created a comment on an issue on facebook/react-native
Created an Android `Release` variant app and triggered a firebase notification in the app `Killed` state. The same error can be seen in the Android logcat. ``` diff --git a/node_modules/reac...
jerinjohnk created a comment on an issue on microsoft/code-push-server
Thanks, @veaniswich , for pointing me in the right direction; I was missing this step. I have updated my question with the solution that I found.
jerinjohnk closed an issue on microsoft/code-push-server
Switching to Azure Storage from local not working
<strike> While switching to azure storage. 1) The github Authorization url callback `.auth/login/github/callback` worked instead of `auth/callback/github` as specified in the [Readme](https://g...jerinjohnk opened an issue on microsoft/code-push-server
Switching to Azure from local not working
While switching to azure storage. 1) The github Authorization url callback `.auth/login/github/callback` worked instead of `auth/callback/github` as specified in the [Readme](https://github.com...jerinjohnk pushed 4 commits to prod jerinjohnk/code-push-server
jerinjohnk created a comment on an issue on arochedy/react-native-check-new-archi
I just checked ChatGPT. > My react native project has react-native-sms-retriever as its dependency. Can you suggest a newer alternative library to replace it that is new architecture supported ...
jerinjohnk created a comment on an issue on arochedy/react-native-check-new-archi
This should be a user choice-based option. Similar to patch-package, in the end, ask the user if there's any package that he believes to have new arch support and would like to update the JSON, th...
jerinjohnk created a comment on an issue on arochedy/react-native-check-new-archi
I added a few code enhancements in PR [`#8`](https://github.com/arochedy/react-native-check-new-archi/pull/8). As there are some drastic changes, please test it thoroughly before publishing.
jerinjohnk opened a pull request on arochedy/react-native-check-new-archi
Breaking code into modules
I started by improving the index.js, but I felt code snippets were scattered around, so I started grouping them so that they could be moved to their own files if needed. I was wondering if I shoul...jerinjohnk created a comment on an issue on arochedy/react-native-check-new-archi
Oh great. I wanted your approval before adding these features. Hence, I added them as ideas. Glad to know you liked it.
jerinjohnk pushed 7 commits to main jerinjohnk/rn-chk-new-arch
jerinjohnk opened an issue on arochedy/react-native-check-new-archi
Grouping and listing package names
It would be great if there's an additional option of 1)—-group - Groups all supported, notSupported, and notFound packages together and prints them instead of printing each separately. Until it...jerinjohnk opened a pull request on arochedy/react-native-check-new-archi
Added types and a few code changes for easier readability
I planned to create a vscode extension but realized it would take time. So, instead, I thought of making an NPM package. While searching NPM to see if a similar name had been taken, I stumbled up...jerinjohnk pushed 1 commit to main jerinjohnk/rn-chk-new-arch
- - Updated package to latest node - Fixed readme errors - Removed comments from tsconfig as lint was throwing error an... 4905be2
jerinjohnk created a comment on an issue on getsentry/sentry-react-native
> Reactotron was the problem for me. > > Reactotron requires DevMenu no matter the environment. Trying to get DevMenu in production results in a crash as React Native do not include it in producti...
jerinjohnk created a branch on jerinjohnk/code-push-server
prod - Standalone CodePush server from App Center
jerinjohnk pushed 1 commit to main jerinjohnk/code-push-server
- [CLI] Support code signing (#23) Add support for signing update bundle. 00322ee
jerinjohnk created a comment on an issue on infinitered/reactotron
No, it's not using expo. But has been upgraded to the latest version of react native. On Fri, Oct 18, 2024 at 11:07 PM Frank Calise ***@***.***> wrote: > @jerinjohnk <https://github.com/jer...
jerinjohnk pushed 1 commit to main jerinjohnk/code-push-server
- feat(auth): conditionally render auth providers (#16) Added flags to toggle GitHub and Microsoft auth in the UI base... 2f6cfee
jerinjohnk pushed 3 commits to main jerinjohnk/code-push-server
- Bump cookie and express in /cli (#18) Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor... f9114ee
- Bump cookie and express in /api (#17) Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor... 84d2d10
- [CLI] Support Hermes (#5) This PR adds support of Hermes for the code-push cli. It will try checking if hermes is en... 7e9503e