14. Here’s how the Shoutem CLI gives you React Native superpowers

Experiment time! How long would it take you to build an app like this from scratch? Talks to an API to find recipes Shows a list of delicious pics Lets you click on a pic to see a recipe Well … first you’d have to get the app itself up and running, then you gotta […]

13. How you can build gorgeous React Native apps with Shoutem Themes

Jerry Seinfeld writes one joke per day. No matter what happens that day, he writes a joke. For motivation he uses what’s become known as the Seinfeld Calendar: You get a big calendar and for every day that you write a joke, you put a big bright red X on your calendar After a few […]

12. Hacker News App part 2 – upvoting & commenting

We’re taking the HackerNews App that filters negative comments from two weeks ago and making it actually useful. Adding a login form, enabling upvotes, and commenting. Now that the app is useful, it’s going to the App Store. 😇 We’re using MobX for state management, a reverse-engineered HackerNews write API, and Shoutem UI Toolkit for […]

7. Build a React Native Music App tutorial, part 1

React Native Music App part 1 Nikolai asked “I’m curious how to make a basic audio player in React Native? A way to play from a remote location”, so here we are: Build a React Native Music App tutorial! Our app loads as a list of music genres. We find the “album” art on Flickr, […]

6. Camera app with live preview saturation and brightness filters tutorial

Today we’re building a camera app with live preview saturation and brightness filters. It’s like, Instagram but not. There’s no “Take Pic” button. You have to take a screenshot. But filters! You can turn it into an Instagram with these helpful WebGL shaders that @stoffern build. Oh yes, we’re using WebGL to manipulate camera output […]