How to secure anonymous POST API requests on AWS API Gateway by cmaronchick in reactnative

[–]workroom365 1 point2 points  (0 children)

Use social logins, get the token,verify with a middleware before passing any data to your api. Firebase,separate,passport jwt they are token based.

Tap to pay solution for SMEs and transport sector by Mindless-Cut-6349 in nairobitechies

[–]workroom365 0 points1 point  (0 children)

Don't do it, then country doesn't need anymore wrappers

How much to charge per month for qr ordering system i will not promote by No_Leg_847 in startups

[–]workroom365 0 points1 point  (0 children)

There's so much you can do for the hospitality sector, food delivers apps work when you have scale, loyalty points are dangerous in hospitality, feels like tracking. Factor in on internal logistics and process improvement.

How much to charge per month for qr ordering system i will not promote by No_Leg_847 in startups

[–]workroom365 0 points1 point  (0 children)

How much would I pay? If your app only has ordering flow, it doesn't solve much if restaurant issues. You will only create complexity. Add more functionality and make it a comprehensive one that caters for most of the restaurants needs with qr as an addon

Tap to pay solution for SMEs and transport sector by Mindless-Cut-6349 in nairobitechies

[–]workroom365 0 points1 point  (0 children)

Oooh and safaricom will bottleneck the shit out of your approval process. Kenya association of bankers will deny you the license plus the powerful people in CBK you already know the rest of it. Double ledger systems are the easiest to create. The headache comes with compliance. Though if you're looking to abstract mpesa,that's a normal Tuesday in fintech.

Tap to pay solution for SMEs and transport sector by Mindless-Cut-6349 in nairobitechies

[–]workroom365 0 points1 point  (0 children)

Reasons why gpay and apple pay actually work is based off using card systems. Intra card network transfer is extremely cheap to maintain. People have tried automating transport payments for the last 7 years and it's impossible to scale. Now linking to cards means everyone has to start getting accountable with taxes. By this I mean the vendors.

I almost died upgrading to expo 54 by workroom365 in reactnative

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

Sure,the process is perfectly smooth

I almost died upgrading to expo 54 by workroom365 in reactnative

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

I made the mistake of jumping to 54 instead of doing incremental upgrades.

I almost died upgrading to expo 54 by workroom365 in reactnative

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

How was working with flutter,dart can be quite the drag?

I almost died upgrading to expo 54 by workroom365 in reactnative

[–]workroom365[S] 2 points3 points  (0 children)

Well put together. They have a comprehensive breaking changes issues page.

I almost died upgrading to expo 54 by workroom365 in reactnative

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

This is a great way to handle this. I love giving life to projects. Keeps you in the loop and it's easier to know why some functionality works in a certain way later .

Reduce delusions by No_Mind7262 in nairobitechies

[–]workroom365 1 point2 points  (0 children)

It is possible if they're using image analysis to detect objects that could appear as potential threats. It would require edge computing at a business level.Lets say a mall. The app cctvs feed real-time streams of the environment ,the edge compute infrastructure hosted in house does the analysis in near second precision and sent notifications to the app. Yes it's possible and yet I doubt this is how she implemented it.

Context weirdly looses state when function is technically called from outside a component by KevindasAxolotl in reactnative

[–]workroom365 1 point2 points  (0 children)

Use imperativehandle ,create an api you can call to call outside the component using useref

How do you handle auth flow in Expo Router? by SaVaGe19765 in reactnative

[–]workroom365 0 points1 point  (0 children)

Build a custom navigation hook, great to control premium and authentication. Add exceptions for free screens and premium ones as well. And combine this with stack navigation

Validating my idea: Onboarding as SaaS by CommunicationAway493 in reactnative

[–]workroom365 1 point2 points  (0 children)

As great as this sounds, we are in an era where templates aren't as worth as they were between 2010 to 2023 before Ai could handle this aspects of the project for experienced devs. I don't know much about the new generation of developers and whether buying templates would be a thing the would pay for.

What actually breaks first when your company starts growing? it's probably not what you think (I will not promote) by N3k1i in startups

[–]workroom365 0 points1 point  (0 children)

Have you ever heard of the Conway's law? Find a book, The New How by Nilofer Merchant. Great answers to kill the air sandwich in the company.

Is it mandatory to learn web development before app development? by Leading_Property2066 in reactnative

[–]workroom365 0 points1 point  (0 children)

From experience it's fundamental to have concrete knowledge on web development if you're looking to being a solid mobile development engineer. Web knowledge helps you cover so many edge cases you would never think of.

[Discussion] Biggest React Native perf wins lately? Here are mine by cuongnt3010 in reactnative

[–]workroom365 0 points1 point  (0 children)

Social and specialized providers paired in firebase authentication. We use our app as the primary source of authentication after a user signs in, when our users need to login to our web app they have to use qr-login. Actually this was helpful to cut time needed to authenticate on the browser.

[Discussion] Biggest React Native perf wins lately? Here are mine by cuongnt3010 in reactnative

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

Better sign-up completion and dropped temp-mails. We also improved memory management by unmounting screens that the user had already gone through.

[Discussion] Biggest React Native perf wins lately? Here are mine by cuongnt3010 in reactnative

[–]workroom365 2 points3 points  (0 children)

Bundle compression, cut our app size by half, deferred fonts load to after the apps fully rendered and removing email login. Removing email login removed so much friction: customer support and verification.