Skip to content

DomiR/react-native-compat-alert

Repository files navigation

react-native-compat-alert

Same as react-native Alert but uses androidx.appcompat.app.AlertDialog for older android phones.

Installation

npm install react-native-compat-alert

Usage

import Alert from 'react-native-compat-alert';

// see here for api: https://reactnative.dev/docs/alert#docsNav

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT