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.
Before you begin, ensure you have met the following requirements:
- Node.js installed
- Expo CLI installed globally
- Basic knowledge of React Native and Expo
- Optionally, familiarity with NativeWind for styling
-
Clone this repository to your local machine:
git clone https://github.com/RJohnPaul/your-react-native-hello-world.git
-
Install project dependencies:
-
npm install
-
Start the Expo development server:
expo start
-
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.
-
You will see the "Hello, World!" text displayed on your mobile screen.
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.
-React Native Documentation -Expo Documentation -NativeWind Documentation