https://github.com/rjohnpaul/hello-native
A Hello World App build by Tailwind, ReactNative
https://github.com/rjohnpaul/hello-native
portfolio
Last synced: 3 months ago
JSON representation
A Hello World App build by Tailwind, ReactNative
- Host: GitHub
- URL: https://github.com/rjohnpaul/hello-native
- Owner: RJohnPaul
- License: mit
- Created: 2023-09-28T11:35:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T11:44:49.000Z (over 1 year ago)
- Last Synced: 2025-01-20T07:44:02.679Z (4 months ago)
- Topics: portfolio
- Homepage:
- Size: 2.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native "Hello, World!" App
## Welcome to my "Hello, World!" React Native app built with Expo and styled with NativeWind.
## Description
This is a minimalistic React Native application that displays the classic "Hello, World!" message on your mobile device's screen. It's an excellent starting point if you're new to React Native, Expo, or NativeWind and want to get a quick feel for how they work together.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- [Node.js](https://nodejs.org/) installed
- [Expo CLI](https://docs.expo.dev/get-started/installation/) installed globally
- Basic knowledge of React Native and Expo
- Optionally, familiarity with NativeWind for styling## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/RJohnPaul/your-react-native-hello-world.git
2. Install project dependencies:- ```bash
npm install
## Usage1. Start the Expo development server:
```bash
expo start
2. Use the Expo Go app on your mobile device to scan the QR code displayed in your terminal or browser. This will open the app on your device.3. You will see the "Hello, World!" text displayed on your mobile screen.
## Customization
Feel free to modify the app to suit your needs. You can change the text, experiment with styling using NativeWind classes, or add more components and features.
## Resources
-[React Native Documentation](https://www.nativewind.dev/)
-[Expo Documentation](https://expo.dev/tools#cli)
-[NativeWind Documentation](https://www.nativewind.dev/](https://reactnative.dev/)https://reactnative.dev/)