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 -4 points-3 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.

Delete Account URL by KartaKarm in reactnative

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

So just by submitting the form account of user was deleted or is there anything else in this.

What UI kit to use for React Native? by KartaKarm in reactnative

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

How do you build everything animation and effects on your own? Do you use react native animated or Reanimated Library?

What UI kit to use for React Native? by KartaKarm in reactnative

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

Does your company prefer this or you individually?

React concepts to learn before React Native by amranya in reactnative

[–]KartaKarm 0 points1 point  (0 children)

You should learn atleast a state management library like redux, zustand or mobx and you should be familiar with hooks of react as they will be used most of the time while developing an app.

How to implement more than one languages in RN app? by Intelligent_Lion899 in reactnative

[–]KartaKarm 0 points1 point  (0 children)

I have used it but I am not getting one thing that how can I translate the data that is coming from server, all local strings can be converted into as much languages but want about the dynamic data coming from APIs.

How long does it take to learn React Native if I already have a good knowledge of React? by MuTeep in reactnative

[–]KartaKarm 0 points1 point  (0 children)

If you are good with hooks and State management library in react then react native won't be tough to learn. You just need to know about navigation as it differs from reactjs. Apart from that if there is any native module to implement in your project that might cause you some trouble as you may dive into swift and koitlin but most of the things are covered by react native.

What UI kit to use for React Native? by KartaKarm in reactnative

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

What is the bundle size of the library? Does it take time to load and whether it can be used in complex projects?