TeamParrot is an app that reads your Slack scrollback out loud so you can listen to your coworkers while doing awesome stuff. Because I work in a distributed company and have coworkers all around the globe, every day I wake up to a full wall of scrollback to go through. Some of it is actionable,Continue reading “React Native Isomorphic app in a weekend”
Tag Archives: TeamParrot
React Native: Vector Icons – FontAwesome and others
You want some nice icons in your app, don’t you? In my laziness I tried using emojis instead, but it turned out to be sub-par. So I conceded and installed an icon package called React Native Vector Icons npm install react-native-vector-icons –save to install How this works This package provides fonts and some wrappers. SinceContinue reading “React Native: Vector Icons – FontAwesome and others”