Category: React Native

  • In Part I, we went over the set up for the chat app. Here’s where we’ll get the fun coding part. The first thing we want to do is set up some screens. We want to be able to navigate between them, and add some simple styling. Directory set up First, check out the v2.0…

  • For a recent project, I started building a simple React Native app based off Google’s FriendlyChat codelab code. I can’t say much yet about what the actual app is going to do but I figured posting the base chat code could help a lot of other developers over hurdles I had to jump. In this…