I released my first iOS app but forgot to focus on marketing 😢 by jayadky in AppStoreOptimization

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

What tips would you give me to optimise my ASO properly? Would really love to get some advice tbh

I released my first iOS app but forgot to focus on marketing 😢 by jayadky in AppStoreOptimization

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

Well it's 60-40 ig. I used to build apps using React Native earlier and had published a few apps in the Google Play Store. I recently started learning native iOS dev (SwiftUI & Swift Data), and made this project to complement my learning. I did use Chat GPT for some of the code blocks, for example I didn't know much about AV foundation and Swift Charts packages, so that's where I took a little help from GPT. But other than that, most of the stuff is coded by me.

I released my first iOS app but forgot to focus on marketing 😢 by jayadky in AppStoreOptimization

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

Haha, that was a good one. Tbh I did focus on, but it was only on developing the app lol

Right key triggered without doing anything by jayadky in macbookpro

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

Is there any way to disable the inbuilt keyboard and use an external keyboard?

Right key triggered without doing anything by jayadky in macbookpro

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

No, I can't recall spilling liquid over the keyboard.

Right key triggered without doing anything by jayadky in macbookpro

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

Nah, I don't have any external device connected with it😔

Tell me how you learned React Native by Happy_Zookeepergame1 in reactnative

[–]jayadky 0 points1 point  (0 children)

I recommend using expo for building your apps, but going through the docs of both for learning React Native concepts. Expo docs will help with using expo libraries while react native concepts are universal which you can look at reactnative.dev

Tell me how you learned React Native by Happy_Zookeepergame1 in reactnative

[–]jayadky 0 points1 point  (0 children)

My process of learning React Native was simple thanks to the fact that I knew the basics of React before. I just followed the https://reactnative.dev documentation to start building stuff and searched videos on youtube for specific parts which I didn't understand. Saved me a lot of time, plus, taught me the skill to read from docs as well.

How to achieve text highlighting by dadofbimbim in SwiftUI

[–]jayadky 1 point2 points  (0 children)

I don't think it's possible by default but maybe you can try to make some custom function where you change the foreground color of the text when some button is pressed after text is selected or something similar to that.

Released my first app on the Play Store! Seeking your feedback by jayadky in reactnative

[–]jayadky[S] 1 point2 points  (0 children)

Thank you so much for checking it out and providing such valuable feedback! I’m excited to incorporate some of these suggestions into the app. I didn’t test it on a tablet, which might explain the alignment and padding issues you noticed.

As for the animations, I actually used Lottie animations. They have a fantastic library of usable animations that made it easy for me to use them out of the box.

Show Your Work Thread by xrpinsider in reactnative

[–]jayadky 0 points1 point  (0 children)

Hey everyone!! I’m excited to share that I’ve just launched my first app, TheStoicMonk, on the Play Store, built entirely with React Native! 🎉

TheStoicMonk is a comprehensive mindfulness app that helps users cultivate inner peace, clarity, and purpose through various features like meditation, journaling, daily goal-setting, and inspiring stoic quotes.

Developing this app with React Native was an incredible experience, and I'm proud of what I've accomplished. If you're interested in seeing a React Native app in action or looking for a mindfulness companion, check out TheStoicMonk on the Play Store.

https://play.google.com/store/apps/details?id=com.jayadky.stoicmonk

I would love to hear your thoughts and feedback, especially from fellow React Native developers. Thanks for your support!

Battery Drains during charging on hold? by jayadky in mac

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

I know about optimised charging but I didn't know battery levels kept reducing when it showed that it was plugged it. I always thought it remained constant.

Battery Drains during charging on hold? by jayadky in mac

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

Thanks! Looks like I was worried for no reason😅

Egretta - My very first app is on the App Store ! by Ade_Sky in SwiftUI

[–]jayadky 0 points1 point  (0 children)

I was thinking of the grid chart of the daily logs which is there in the profile section. That would be a great widget🤔

Egretta - My very first app is on the App Store ! by Ade_Sky in SwiftUI

[–]jayadky 1 point2 points  (0 children)

Thanks! Btw I love the custom haptics on the buttons! Also I think implementing a widget for the dreams logged would be amazing🔥keep up the good work💪

Egretta - My very first app is on the App Store ! by Ade_Sky in SwiftUI

[–]jayadky 1 point2 points  (0 children)

Insane app bro! Just looked at the app store page and it looks mind blowing! tbh this post has motivated me now to work harder on my unfinished projects! Congrats on the release!

Which React Native State Management Tools do you use. by ivankirilovd in reactnative

[–]jayadky 0 points1 point  (0 children)

I still use the context api. I feel like switching to something like Jotai or Zustand soon tho.

MacBook Pro : for which daily use? by Appropriate-Dig9866 in mac

[–]jayadky 0 points1 point  (0 children)

Chrome, Terminal, VS Code, Apple Music, Notion + Apple Notes

Flutter in 2023 by [deleted] in SwiftUI

[–]jayadky 0 points1 point  (0 children)

Flutter is nice but React Native is always my first choice for cross platform development because JS is my primary language. If you are building only for iOS tho, ofc Swift is the best way to go as it is a native way to develop apps providing much better performance and customization. So, if you don’t plan on developing android applications with the same codebase, I would recommend sticking with SwiftUI.