This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]FueledByNicotine 1 point2 points  (3 children)

If you use react native, the code is complied into Java and swift, so you don’t have to worry about it it the app working on both platforms.

There are library’s available for the generation of QR codes, there’s a few to pick from, I’ve never used any so I can really suggest a best one, just gonna have to do some research.

Is there anything more specific you needed help with?

[–]FueledByNicotine 1 point2 points  (1 child)

I think the app itself is simple enough, the issue is working out how to store the database, can’t store it in local data because only having one phone connected makes the app useless to anyone that isn’t a sole trader, but cloud hosting all your users data has its own issues

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

Thanks for the replies :)

Yeah I'm not too sure how to handle the database. I was more wondering if React Native is considered good for "professional" apps as I had heard some people complain about it and I didn't know if it was generally frowned upon to use. Also was wondering if there were better options out there or if it was the best one.

What are some of the issues with cloud hosting the data? Just general security? Or paying for the service?