Author: Ho Yin Cheng
/
Created: January 22, 2018
Devlog for day 18 of my #100DaysOfCode coding challenge.
Daily Requirements
Extra Tasks
So there’s been quite a bit of reading and experimentation since my last post. I’ve been coding consistently, but haven’t had the time to write a devlog. So these posts appear to be harder to keep up with than actual coding. I’ll try to revamp my daily habits to better accommodate writing to this blog. That said, here are the things I’ve touched on over the past few days:
PropTypes
was deprecated and moved to a separate package. There’s one other PR that I hope will get merged but since the code isn’t very clean, I don’t think it’ll happen anytime soon. Instead, I’m actually considering maintaining this fork while waiting for the original maintainer to merge requests.AndroidManifest.xml
file to get this to work (it’s READ_EXTERNAL_STORAGE
).TabNavigator
which makes custom stuff like this really difficult. Most of them due to the way the original codebase was designed - tab navigation options are all defined statically and only in your navigator definitions. This makes configuration on a per tab basis stupidly difficult. I really hope this gets addressed at some point.Oh, and I started answering React Native questions on StackOverflow again after a long hiatus. There are still some annoyances with doing that, but that rant is meant for its own blog post.
Copyright © 2011-2020 Ho Yin Cheng