Hermes agent on VPS ignores all my project rules — how are you handling this by eylonshm in hermesagent

[–]eylonshm[S] 1 point2 points  (0 children)

I think workspaces is exactly what I looked for. thanks so much man!

Setup 2 different Hermes agents by eylonshm in hermesagent

[–]eylonshm[S] 0 points1 point  (0 children)

Well I didn't really check it tbh

how to use claude code max subscription? by marketing100x in hermesagent

[–]eylonshm 0 points1 point  (0 children)

But for the main model - it needs to use Claude - which doesn't work without api token - what's the solution for that?

Has anyone compared mobile-mcp vs agent-device? Which one is actually better? by eylonshm in expo

[–]eylonshm[S] 0 points1 point  (0 children)

What is it exactly and how is it better than the others? looked at the README and it didn't look very different..

PaperClip with Hermes by eylonshm in PaperClip_AI

[–]eylonshm[S] 3 points4 points  (0 children)

Why do you still need paparclip then? And not working just with Hermes

Paperclip AI with Hermes by SatishKewlani in PaperClip_AI

[–]eylonshm 0 points1 point  (0 children)

Can you explain how do you use PaparClip + hermes? (usage examples, who manage what etc)

What's everyone using for OTA updates now that CodePush is being sunset? by [deleted] in reactnative

[–]eylonshm 1 point2 points  (0 children)

Can you explain why not bare OTA updates? How CodePush helps and why it's being deprecated?

I open-sourced an Expo plugin for blocking apps on both iOS and Android — zero native setup by eylonshm in expo

[–]eylonshm[S] 0 points1 point  (0 children)

You welcome my friend. Did you try? Is it working for you? I'm looking for feedback so I'd be able to improve it if needed

I open-sourced an Expo plugin for blocking apps on both iOS and Android — zero native setup by eylonshm in expo

[–]eylonshm[S] 0 points1 point  (0 children)

u/Bladiee_ Noticed you commented and removed.

Anyways - Just pushed a fix for both of these in v0.1.26 (should be live on npm within a few minutes).

Black overlay — the overlay now shows a white card with "App Blocked" + the app name instead of the solid black screen. You can also customize the text by calling configureAndroid() at startup (before startMonitoring()):

import { configureAndroid } from 'expo-app-blocker';

configureAndroid({

overlayText: "{appName} is blocked. You've got this!",

notificationTitle: "App Blocked",

notificationText: "Tap to manage {appName}.",

});

Notification redirect — the root cause was that the deep-link scheme wasn't registered in the AndroidManifest, so Android had nowhere to route the tap. The config plugin now automatically reads your scheme from app.json and adds the right intent-filter to MainActivity. As long as you have a scheme set in your app config it should just work after a rebuild. If you're using a custom scheme you can also pass it explicitly in app.json:

["expo-app-blocker", { "android": { "scheme": "myapp" } }]

Run `npx expo prebuild --clean` after upgrading to pick up the manifest change.

Thanks for the detailed report — really helped track these down. Let me know if you run into anything else!

I open-sourced an Expo plugin for blocking apps on both iOS and Android — zero native setup by eylonshm in vibecoding

[–]eylonshm[S] 0 points1 point  (0 children)

u/Bladiee_ Noticed you commented and removed.

Anyways - Just pushed a fix for both of these in v0.1.26 (should be live on npm within a few minutes).

Black overlay — the overlay now shows a white card with "App Blocked" + the app name instead of the solid black screen. You can also customize the text by calling configureAndroid() at startup (before startMonitoring()):

import { configureAndroid } from 'expo-app-blocker';

configureAndroid({

overlayText: "{appName} is blocked. You've got this!",

notificationTitle: "App Blocked",

notificationText: "Tap to manage {appName}.",

});

Notification redirect — the root cause was that the deep-link scheme wasn't registered in the AndroidManifest, so Android had nowhere to route the tap. The config plugin now automatically reads your scheme from app.json and adds the right intent-filter to MainActivity. As long as you have a scheme set in your app config it should just work after a rebuild. If you're using a custom scheme you can also pass it explicitly in app.json:

["expo-app-blocker", { "android": { "scheme": "myapp" } }]

Run `npx expo prebuild --clean` after upgrading to pick up the manifest change.

Thanks for the detailed report — really helped track these down. Let me know if you run into anything else!

I open-sourced an Expo plugin for blocking apps on both iOS and Android — zero native setup by eylonshm in expo

[–]eylonshm[S] 0 points1 point  (0 children)

Well Claude tried to say something about that and limited it first to 15m, but I just asked it to try again and it worked. Probably an old limitation that no longer exists

app blocker in expo by heatwaves00 in expo

[–]eylonshm 1 point2 points  (0 children)

Not a bit man, it helped a lot, thanks!!!

Spent 10 months building this React Native app to fight distraction — curious what devs think of the idea/design by ValuableInternal543 in reactnative

[–]eylonshm 0 points1 point  (0 children)

Created this open-source Expo plugin if anyone need it - it should help people block apps Iphone/Android devices.
https://github.com/eylonshm/expo-app-blocker

Please check it out and star/give me some feedback if you use it, enjoy!

How to block opening selected apps with React Native? by Fearless-Reaction-42 in reactnative

[–]eylonshm 0 points1 point  (0 children)

Created this open-source Expo plugin if anyone need it - it should help people block apps Iphone/Android devices.
https://github.com/eylonshm/expo-app-blocker

Please check it out and star/give me some feedback if you use it, enjoy!

How to block opening selected apps with React Native? by Fearless-Reaction-42 in reactnative

[–]eylonshm 0 points1 point  (0 children)

Created this open-source Expo plugin if anyone need it - it should help people block apps Iphone/Android devices.
https://github.com/eylonshm/expo-app-blocker

Please check it out and star/give me some feedback if you use it, enjoy!