👉🏻 Purpose

✔️A dialog box used to present brief questions, alerts, or confirmation requests to the user.

✔️Typically used to deliver messages or request simple decisions such as confirm/cancel. Small in size and simple in content.

✔️Small in size and simple in content.

👉🏻 Examples of Use

✔️ “Are you sure you want to delete this?” → Confirm / Cancel buttons

✔️“Do you want to log out?”

✔️Warning or informational messages

1.react-native-freelifemakers-ui NPM Module Install

npm install react-native-freelifemakers-ui

2.Usage

1)import Module

import {FlmText, FlmButton, FlmDialog} from 'react-native-freelifemakers-ui';

2)Default Dialog

   <FlmButton
          title="기본 다이얼로그 열기/Open default dialog"
          onPress={handleOpenBasicDialog}
   />