https://github.com/2kabhishek/hello-rn
Says Hello Everywhere 👋🏻✨
https://github.com/2kabhishek/hello-rn
android expo ios react-native web
Last synced: about 1 year ago
JSON representation
Says Hello Everywhere 👋🏻✨
- Host: GitHub
- URL: https://github.com/2kabhishek/hello-rn
- Owner: 2KAbhishek
- License: gpl-3.0
- Archived: true
- Created: 2021-08-08T06:01:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T07:59:41.000Z (over 3 years ago)
- Last Synced: 2025-03-01T12:48:14.141Z (over 1 year ago)
- Topics: android, expo, ios, react-native, web
- Language: Java
- Homepage: https://2kabhishek.github.io/hello-RN
- Size: 1.03 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
hello-RN is a multi-platform app that demos a few `React Native` features.
P.S - Tap on the wave for a surprise!
## Inspiration
Wanted to explore and learn more about `React Native` and its ecosystem.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `node` and `npm`
## Getting hello-RN
To install hello-RN, follow these steps:
```bash
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.
```
## How it was built
hello-RN was built using `React Native`, `Expo` and a bunch of other tools.
## Challenges faced
Setting up the initial environment was a challenge, also the android build is too slow when trying to bull embeddable jars (Not sure why).
## What I learned
- While building hello-RN I learned a lot about `React Native` and its ecosystem.
- Learning about it's similarites and differences with other frameworks.
- How `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.
## What's next
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.
## More Info