Posts

Showing posts from August, 2023

DevBlog #01 - React Native is hard man

  Hello there, this is the second development blog for Project eyesight, showing what progress was made during the month of July. I’ve also included an updated roadmap to kind of let you all know when the app is coming out. Keep in mind however, this isn’t a definitive timeline, I also have other stuff going on that unfortunately take much of my time (like an actual job because I need something to support this project). Development updates After what it felt like ages, I managed to get React Native properly working, which reminds me to tell you, if you’re looking forward to making your own multi-platform app, choose Flutter, for the love of God stay away from the death trap that is React Native. It may be too late for me but there’s still hope for you out there. (Next I’ll post a quick tutorial to set RN up for Visual Studio Code, hope I’ll be able to help). In a more serious tone however, I have been using July to learn how all the small parts of RN work and started prototyp...