This is a simple Expo React Native application that changes the background color of the screen every time you tap anywhere on it.
- React Native
- Tailwind CSS with Nativewind
- React Native Reanimated for animations
- React Native Gesture Handler
- TypeScript
-
Clone the repository:
git clone https://github.com/danieltgfischer/random-bg-color
-
Navigate to the project directory:
cd random-bg-color
-
Install dependencies:
npm install
-
Install Expo Go on your mobile device:
- Android: Download Expo Go from the Google Play Store.
- iOS: Download Expo Go from the App Store.
-
Start the development server:
npx expo start
-
Open the app in Expo Go:
- QR Code: Scan the QR code displayed in the terminal with the Expo Go app on your device.
- Expo Go Library: If you've previously run the app, it might appear in the Expo Go library. Tap it to open.
Simply tap anywhere on the screen to change the background color.