Recently someone told me “if React Native were any good we’d already be using it”! Of course…
If you’re a VS Code user, here’s a great article by Sean Groff detailing how to configure your editor for React Native.
https://hackernoon.com/configure-eslint-prettier-and-flow-in-vs-code-for-react-development-c9d95db07213
Dragos Holban from IntelligentBee.com has created a very nice short tutorial to get you started with…
If you didn’t get a chance to go to the Chain React conference in Portland or you just want to refresh your…
For those attending Chain React in Portland July 10-July 11, you definitely want to get the conference app.
I’ve spent the last 12 months working with our corporate mobile team delivering mobile apps for both IOS and Android. The one question that constantly comes up when approaching leadership for funding is “why do we have to double the project cost and build…
$ react-native init gittest
While learning react native I’ve tried out a bunch of packages, many of which I installed globally. I found myself at the point where I couldn’t remember what all npm packages were globally installed.
After going through a couple tutorials and trying a few things on my own, I quickly realized there’s a lot of code repetition when creating react native apps. The majority of components I write all have…