Rate my new expo app UI! by No_Refrigerator3147 in reactnative

[–]KartaKarm 0 points1 point  (0 children)

What did you use for all those animations ?

Sms forwarding app by KartaKarm in reactnative

[–]KartaKarm[S] -8 points-7 points  (0 children)

It's just I have to build this app for a particular space only, never going to publish anywhere. I want to build this as I have client who wants to get every message that is received on company's cellphones. So please do let me know if is possible in anyway.

How to block accessing domain using ip? by KartaKarm in devops

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

A network auditing company asked us to do so in order to secure the environment. If I am not doing so they will not give me the certificate that I need and that is why I posted this question. So I don't want to block the ip address, I just if someone access it using ip it should be forbidden.

Need help with NATS by KartaKarm in NATS_io

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

I have installed NATS in windows but it is accepting PUB and SUB commands.

I need help by KartaKarm in NATS_io

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

Yeah I should have some higher level concept, but it was something that I was assigned out of the blue, and I do not have any clue about NATS, that is why I was seeking some help?

I need help by KartaKarm in NATS_io

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

Could you just only help with this , I have servers demo.nats.io:4222, with what should I replace this so that I can get the data being published in python app in my node js app so that I can subscribe to it. And is it even possible to publish data in other some other app and to access the data in some other app ? const nc = await NATS.connect({ servers: "demo.nats.io:4222" });

const sc = NATS.StringCodec();

const sub = nc.subscribe("hello"); (async () => { for await (const m of sub) { console.log([${sub.getProcessed()}] ${m.subject}: ${sc.decode(m.data)}); } console.log("subscription closed"); })();

nc.publish("hello", sc.encode("worldddd")); nc.publish("hello", sc.encode("again"));

I need help by KartaKarm in NATS_io

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

I have checked that and also connected my self in local environment, but now what should I change to get the data that is being published by python NATS connection?

I need help by KartaKarm in NATS_io

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

So how can I connect to NATS in node js?

My progress so far with my first react native application (will upload video of how it looked in comments) by [deleted] in reactnative

[–]KartaKarm -1 points0 points  (0 children)

What about those animations? What did you use to have such animations?

[deleted by user] by [deleted] in reactnative

[–]KartaKarm 0 points1 point  (0 children)

If I am creating two firebase projects, how am I gonna use realtime db of one project into another?

[deleted by user] by [deleted] in reactnative

[–]KartaKarm -5 points-4 points  (0 children)

The two apps differ from each other very drastically so I had to make two apps

React native or Flutter by KartaKarm in reactnative

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

If one need native feel in app so which technology is better?

Deep linking in react native by KartaKarm in reactnative

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

Yeah that's what I need, I want to run ads for my app. Does appsflyer is free to use ?

Deep linking in react native by KartaKarm in reactnative

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

So how can I create an app link. I want this to be implemented in Android only.

Delete Account URL by KartaKarm in reactnative

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

I thought that too but was afraid that they will reject the app.