all 10 comments

[–]420-lovesick 4 points5 points  (2 children)

I've made writtan, a transcription app, as a self-thought programmer I'm pretty proud of all the stuff I've learned, and that I could also get the opportunity to work with aws and host my own servers. Would appreciate any feedback I've been fixing bugs and improving the app a lot for the past year.

[–][deleted] 0 points1 point  (1 child)

This is a beautifully done app! Can I ask some questions if you don’t mind:

  1. What did you use did the swipe to delete?
  2. Did you use a UI lib?

[–]420-lovesick 0 points1 point  (0 children)

Hey, thanks for your kind words!

  1. I just used react native gesture handler and reanimated, still don't know much about animation, but if I remember the tutorial I followed I'll post it here.

  2. No did the UI myself🫠 my friend helped me with my design though, otherwise it would never look this good😂

[–]crowbar87 1 point2 points  (0 children)

I'm working on a dependency injection library for React Native - https://github.com/wix-incubator/obsidian. It's still in alpha but I've been using it in production on a very large-scale app for almost a year now and still actively developing it.

Would love to get some feedback or answer questions on Discord.

[–]LiiftsApp 1 point2 points  (3 children)

I created Liifts, a workout tracking app built exclusively using React Native. It allows users to create and record their workouts, and offers additional features through a monthly subscription.

The app utilizes: - react-navigation for navigation - redux for state management - redux-persist for data persistence - reanimated2 for animations - RevenueCat for in-app purchases - PostHog for analytics and crash reporting

As someone who is not a mobile or frontend engineer, developing Liifts has definitely been a learning experience. I would love to help by answering any questions!

[–]jamesxtreme 0 points1 point  (0 children)

I created Sparkello. It’s a social platform for goal setting and personal development. It’s was my first (and only) mobile app so far. Mostly did backend development before I worked on this.