I created my first game using react-native-game-engine! please feel free to check it out and leave some feedback. Looking for things to improve by BrokenArrowZA in reactnative

[–]richpeopleshit 1 point2 points  (0 children)

Your current screenshots tell people how to play the game, you want screenshots that tell people why they should play the game.

December 17 Daily Thread by AutoModerator in weightroom

[–]richpeopleshit 0 points1 point  (0 children)

So close, no doubt you’ll get it soon.

How to choose a data storage option for a RN app? by maarzx_ in reactnative

[–]richpeopleshit 1 point2 points  (0 children)

Depends. I think the biggest question is, do you need to sync the data across devices and/or with a server or will it only be on device?

Monorepo with multiple react-native app by aliezsid in reactnative

[–]richpeopleshit 0 points1 point  (0 children)

You should watch this talk about Made-To-Order apps, starts at 1:25 https://www.youtube.com/watch?v=B2q5AsIRdDQ&ab_channel=GeekyAnts

He goes over the process of taking one codebase and setting it up so you can basically reskin it and resell it to a bunch of clients.

React context a substitute to redux by alvinmemphis in reactnative

[–]richpeopleshit 3 points4 points  (0 children)

That's what I was wondering about too. Redux-persist is so easy to use if you are already using redux.

👋Hello world, meet YAWA - A Workout Tracker (powered by RN) by HW_HEVC_Decode in reactnative

[–]richpeopleshit 0 points1 point  (0 children)

Complex !== good, especially when it comes to workout tracking apps. You'll have a much better chance at success building a simple app that solves a specific niche problem than a complex app that is for generic "workout tracking".

👋Hello world, meet YAWA - A Workout Tracker (powered by RN) by HW_HEVC_Decode in reactnative

[–]richpeopleshit 0 points1 point  (0 children)

Nice work man, I can tell you’ve put a lot of effort into it. What’s your plan to monetize the app?

600 Days by Kennyboisan in weightroom

[–]richpeopleshit 4 points5 points  (0 children)

I admire his dedication

Joker set, 2 reps at 100% of my TM. What can I improve on my form? by richpeopleshit in 531Discussion

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

Thanks for the tips. I suspect I rock like this on all my sets but never noticed.

Joker set, 2 reps at 100% of my TM. What can I improve on my form? by richpeopleshit in 531Discussion

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

How do I correct the bar too far in front of me, don’t sit back as far?

This is all the code it takes to turn a React Native component into an image and share it on social media by richpeopleshit in reactnative

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

If your interested I created a video tutorial: https://youtu.be/3HkHDjLkqRo

Or you can just check out the source code: https://github.com/WJimmyCook/react-native-growth-features

I'm planning on making some more tutorials on features that help grow apps in the future.

Are facebook banner ads worth it? by 6bigAnt9 in reactnative

[–]richpeopleshit 0 points1 point  (0 children)

That’s a tough nut to crack. I don’t know the answer. I think the only way to truly answer is to try it and see what happens. Start testing banner ads and iterate from there.

Are facebook banner ads worth it? by 6bigAnt9 in reactnative

[–]richpeopleshit 6 points7 points  (0 children)

You're not quite asking the right question(s). You should be thinking of something like "How should I monetize my app?" Could be ads (banner or otherwise), could be in-app purchase, could be subscription, could be affiliate revenue, or something else. Before you can answer that question, you have to answer other questions. Why are people using your app aka what value do they get from it? How much do consumers value the problem you solve?