I released my first app!

Hi! After learning a bit of ReactNative and other web technologies, I started to work on my first React Native app. The app’s name is DevGuessr and is basically a logo quiz about programming languages, frameworks, and other tools related to development. It was a fun project, and I learn a ton.

IOS: https://apple.co/2TSV2e3

Android: https://bit.ly/35HHR2e

Some of the tools and packages used to build the app were:

  • Firebase Analytics
  • Lottie for animations
  • Pkg to add reviews: react-native-in-app-review
  • React Native Elements for UI elements
  • react-native-svg to support SVGs on mobile
  • react-navigation

I started out using Expo but then ejected the app later on to a bare workflow.

Feel free to ask me anything about the project :slightly_smiling_face:

3 Likes

Your app looks amazing ! So you built it only using react ? How long did it take to complete the whole thing ?

2 Likes

Sorry, I’m just seeing your message. Yes, the app was built using React Native. It took me about 4 months to build it and release it. I had some beginner web development experience before I started.

2 Likes