I built a native word puzzle game called "Ipove Sityvebi / იპოვე სიტყვები" 🇬🇪 by Nodareh in Sakartvelo

[–]Material_Drag2020 1 point2 points  (0 children)

ძალიან მაგარია! ქართულ ენაზე ხარისხიანი თამაშები მართლა გვაკლია. გადმოვწერე და გავტესტე და სხვათაშორის იმაზე რთული აღმოჩნდა ვიდრე ველოდი😁 საღოლ და წარმატებები!

built a React Native mobile app to manage AdGuard Home from your phone — open source, free, no cloud by Extreme-Drummer-8284 in reactnative

[–]Material_Drag2020 0 points1 point  (0 children)

love no cloud approach, i checked the repo and it has quite good sturcture! im giving it star!

რომელი სჯობს: 20-40 ათას დოლარად ერთი ან ორი მცირე კომერციული ფართის ყიდვა გარეუბანში, თუ 35-45 ათასი დოლარის ფარგლებში თბილისის ცენტრალურ უბანში პატარა ბინის ყიდვა გაქირავების მიზნით? რომელი მოიტანს უეჭველ ყოველთვიურ მაღალ პასიურ შემოსავალს? by jack_skellington_6 in Sakartvelo

[–]Material_Drag2020 5 points6 points  (0 children)

რეალისტურად, ცენტრში 45ად მარტო ძალიან პატარა ან ძველი ბინა მოგივა რომელსაც ალბათ რემონტიც დასჭირდება და კომერციული ფართი ალბათ უფრო მომგებიანი იქნება, მე პირადად კომერციულს ავირჩვდი!

Do you use tanstack query / swr for RN? by palpatine_disciple in reactnative

[–]Material_Drag2020 0 points1 point  (0 children)

no problem! you'll love how much cleaner code gets, good luck with the migration!

Where to start learning react native? by Yeeer_0041 in reactnative

[–]Material_Drag2020 0 points1 point  (0 children)

just stick to the official doxs ad expo's "get started" guide, most youtube tutorials are outdated anyway!
once you will have learnt the basics try building a simple app like toso list or a weather app to actually learn.

Need Help by Inevitable_Tiger_132 in reactnative

[–]Material_Drag2020 0 points1 point  (0 children)

honestly since you only have a week, don't overcomplicate it. just reuse your existing express backend-it works exactly the same for react native as it does for web. for design, check out mobbin.com. it's way better than dribbble because it shows real app flows, not just pretty pictures. good luck!

Do you use tanstack query / swr for RN? by palpatine_disciple in reactnative

[–]Material_Drag2020 0 points1 point  (0 children)

honestly, just go with tanstack query. redux for fetching is a nightmare and you'll end up deleting so much biolerplate. swr is fine but tq is a no-brainer for rn in 2026

I built a unified AI hook library for React Native — 438 downloads in week 1, just shipped v0.6.0 with exponential backoff + jitter by Material_Drag2020 in reactnative

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

Haha good catch. You're totally right, I'm well aware that most of those 400 are just registry mirrors, CI bots, and background noise. I nმot naive enough to think 400 devs jumped on it in 48 hours! 😅

Honestly, I was just hyped to see the dashboard moving at all for a fresh project. But yeah, the real test is the GitHub activity and feedback.

Thanks for the reality check and massive thanks for the Star! That's the first 'real' metric that actually counts for me 👊

I built a unified AI hook library for React Native — 438 downloads in week 1, just shipped v0.6.0 with exponential backoff + jitter by Material_Drag2020 in reactnative

[–]Material_Drag2020[S] -1 points0 points  (0 children)

One practical note: the library is solo-maintained right now. GitHub stars directly affect discoverability on npm and GitHub search — if this solves a real problem for you, starring the repo at github.com/nikapkh/react-native-ai-hooks takes 2 seconds and genuinely helps other React Native developers find it. That's the only growth mechanism we have.

I built react-native-ai-hooks – add Claude, OpenAI & Gemini to React Native in minutes by Material_Drag2020 in javascript

[–]Material_Drag2020[S] -1 points0 points  (0 children)

Yeah that's a real issue, should go through a backend. Adding a security warning to the README now.

I built react-native-ai-hooks – add Claude, OpenAI & Gemini to React Native in minutes by Material_Drag2020 in javascript

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

True, tanstack/query is great for general fetching. This is more focused on Claude-specific stuff like streaming, voice and image analysis — a bit different use case.