Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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