hello-RN is a multi-platform app that demos a few React Native features.
P.S - Tap on the wave for a surprise!
Wanted to explore and learn more about React Native and its ecosystem.
Before you begin, ensure you have met the following requirements:
node and npmTo install hello-RN, follow these steps:
git clone https://github.com/2kabhishek/hello-RN
cd hello-RN # React Native app
cd hello-RN/android # Android app
expo start # Start the app, from there you can run it on android, ios, web, etc.
hello-RN was built using React Native, Expo and a bunch of other tools.
Setting up the initial environment was a challenge, also the android build is too slow when trying to bull embeddable jars (Not sure why).
React Native and its ecosystem.React and React Native are similar.Expo is a great tool and makes running hello-RN on mobile a breeze, it also makes it easy to debug and test.As a demo, this is feature complete, want to try a ios build once I get my hands on a mac.
Hit the β button if you found this useful.