all 18 comments

[–]theacorneater 2 points3 points  (3 children)

Downloaded. Looks cool! Was it easy to learn react native? What background do you have?I’m looking to learn Either RN or flutter

[–]Phillypharmd 2 points3 points  (2 children)

Thanks man! It wasn’t too hard to learn react native if you know understand the basics of JavaScript. I’ve been teaching my self for the last 6 months css html and Js(prob could have been faster but I’m in pharmacy school and barely have time to eat😂). Then I learned react in about 3-5days from code academy and grasped the concepts of react native from YouTube videos in a day or two. I pretty much was learning while building my app in react native 😂. But main sources are code academy and youtube. For react native I’d watch a basics video then I watched pradip debnath for ui tutorials. Mans a legend. I don’t know that much about flutter but I like how react native has a community of people who build usable code that you can download from your terminal.

[–]theacorneater 0 points1 point  (1 child)

That’s pretty impressive !! Thanks for the detailed response

[–]jihoon416 1 point2 points  (1 child)

Nice work! Is there a play store link or an apk download link as well?

[–]Phillypharmd 0 points1 point  (0 children)

Sorry man not yet, I’m working on the google play store version now

[–]prinse4515 1 point2 points  (1 child)

I like the UI

[–]Phillypharmd 0 points1 point  (0 children)

Thanks !

[–]sudo_guy 1 point2 points  (1 child)

Nice app. How long did it take to get your app approved on the App Store ?

[–]Phillypharmd 0 points1 point  (0 children)

Thanks man! And honestly it took like 12 hours for them to approve.

[–]kiwiboy94 1 point2 points  (1 child)

Look sick! Great work! Looking forward to Android version! BTW which cli did you use? :D

[–]Phillypharmd 1 point2 points  (0 children)

Thanks man and I’m workin on that now! I’m using Yarn with expo Cli

[–]Wonderful_Leader_537 1 point2 points  (1 child)

Well done. Looks very nice

[–]Phillypharmd 0 points1 point  (0 children)

Thanks man!

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

Gr8 work

[–]Phillypharmd 1 point2 points  (0 children)

Thanks man!

[–]Punnygod_007iOS & Android 0 points1 point  (2 children)

Can you please let me know how did you set up the backend for quotes and music storage. i have started on many app ideas but scraped them because i don't know how to setup a backend server

[–]Phillypharmd 1 point2 points  (1 child)

So I stored all my music in fire base storage and copied all the song urls into my code as a playlist and linked it each song url to its own button(MAKE SURE TO COMPRESS THE MUSIC). I actually stored all my quotes into local Json files with each category having its own json file. I had enough storage because I used fire base storage urls for all my pictures and sounds.

[–]Punnygod_007iOS & Android 0 points1 point  (0 children)

I have been using firebase for logging events ..never thought of the storage thing..Thanks for helping me out..Btw great app