Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeheul/react-native-app
Simple React Native application that demonstrates how to create a modal component
https://github.com/mikeheul/react-native-app
javascript react react-native
Last synced: 5 days ago
JSON representation
Simple React Native application that demonstrates how to create a modal component
- Host: GitHub
- URL: https://github.com/mikeheul/react-native-app
- Owner: mikeheul
- Created: 2024-02-16T22:52:14.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-16T22:56:49.000Z (11 months ago)
- Last Synced: 2024-11-09T15:18:01.276Z (2 months ago)
- Topics: javascript, react, react-native
- Language: JavaScript
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Modal App
This is a simple React Native application that demonstrates how to create a modal component and display it when a text element is clicked.
## Features
- Displays a modal when a text element is clicked.
- Modal content includes a simple message and a close button.## Installation
1. Clone the repository:
``` bash
git clone
```1. Navigate to the project directory:
``` bash
cd react-native-modal-app
```1. Install dependencies:
``` bash
npm install
```## Usage
1. Start the application:
``` bash
npm start
```1. Open the app on your device or emulator using Expo Go.
2. Click on the "Hello Micka" text to open the modal.
3. To close the modal, click on the "Close" button or outside the modal.
## Dependencies
- expo-status-bar
- react-native