So you want to learn React Native? Here’s 12 exercises to that will help you do that.

The post is inspired by a free self-paced workshop I’ve created. If you’re interested in guided instructions, solutions, and extra exercises check it out!

Exercise 1: Hello, World!

The classic starter project. Render a square with a background color. Inside of the square render the text “Hello, world”.

Helpful Links

Exercise 2: Capturing Taps

An app isn’t much if a user can’t interact with it. The most basic form of interaction is capturing a user’s tap (or press) on a screen. Using the

Buttoncomponent, capture a tap event andalert"hello".

#react-native #mobile-app-development #beginners #react #javascript #learn-react-native #programming #learn-to-code

12 Fun Challenges to Learn React Native
8.20 GEEK