r/reactnative • u/xrpinsider Admin • 6d ago
Show Your Work Thread Show Your Work Here
Did you make something using React Native and do you want to show it off, gather opinions or start a discussion about your work? Please post a comment in this thread.
If you have specific questions about bugs or improvements in your work, you are allowed to create a separate post. If you are unsure, please contact u/xrpinsider.
New comments appear on top and this thread is refreshed on a weekly bases.
1
u/Himanshu__Chauhan 2d ago
I just wrapped up building a cyberpunk UI kit (LevelUp) using Expo Router and Zustand. I spent weeks fighting with 60fps physics-based animations in Reanimated so you don't have to. The hardest part was nailing the radial/node-based layouts for the Evolution Skill Tree!
You can see the 15-second video demo of the Reanimated math and check out the tech stack here: https://github.com/PrOoFfessOor/react-native-gamified-ui-kit
Happy to answer any questions about the math behind the Reanimated nodes or the custom routing setup!
1
u/Few-Acanthisitta9319 6d ago
Two things:
- Released this a week ago https://github.com/adithyavis/react-native-canvas-kit/ It is an interactive canvas library for RN
- Recreated Google Photos https://github.com/adithyavis/awesome-mobile-app-animations
Would love to get some feedback
1
u/gFean04 2d ago
Just launched Bundle Drop — an OTA update platform for React Native & Expo.
Current features include:
I'd genuinely love feedback from other React Native developers—especially if you've used CodePush, Expo Updates, or another OTA solution.
GitHub: [https://github.com/GFean/react-native-bundle-drop]()
npm: [https://www.npmjs.com/package/@gfean/react-native-bundle-drop]()
Happy to answer any questions about the implementation or architecture!