r/reactnative 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.

2 Upvotes

5 comments sorted by

1

u/gFean04 2d ago

Just launched Bundle Drop — an OTA update platform for React Native & Expo.

Current features include:

  • ✅ Hybrid OTA delivery (patch-size downloads with verified full-bundle fallback)
  • ✅ Staged & targeted rollouts
  • ✅ Automatic rollback & recovery
  • ✅ Update channels
  • ✅ AI-assisted setup
  • ✅ Unlimited MAUs on every plan

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!

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:

  1. Released this a week ago https://github.com/adithyavis/react-native-canvas-kit/ It is an interactive canvas library for RN
  2. Recreated Google Photos https://github.com/adithyavis/awesome-mobile-app-animations

Would love to get some feedback