Ready to use awesome alerts as modal for React Native via Paraboly.
npm install @paraboly/react-native-alert-modal
Ready to use awesome alerts as modal for React Native via Paraboly.








Add the dependency:
``ruby`
npm i @paraboly/react-native-alert-modal
##### IMPORTANT! You need install them.
``
"react": ">= 16.x.x",
"react-native": ">= 0.55.x",
"react-native-modal": "^11.0.2",
"react-native-vector-icons": "^6.5.0",
"react-native-linear-gradient": "^2.5.4",
"react-native-dynamic-vector-icons": "0.0.4",
#### Classic
`js
import AlertModal from "@paraboly/react-native-alert-modal";
`
#### ClassicOnlyText
`js
import AlertModal from "@paraboly/react-native-alert-modal";
`
#### ClassicWithIcon
`js
import AlertModal from "@paraboly/react-native-alert-modal";
`
#### ClassicTriple
`js
import AlertModal from "@paraboly/react-native-alert-modal";
`
#### ClassicTripleWithIcon
`js
import AlertModal from "@paraboly/react-native-alert-modal";
``
- check the code, and yes! :) all of the images, screenshots are directly taken
from the this example. Of course, you can simply clone the project and run the example on your own environment.
- Classic
- ClassicOnlyText
- ClassicWithIcon
- ClassicTriple
- ClassicTripleWithIcon
FreakyCoder, kurayogun@gmail.com | kuray.ogun@paraboly.com
Paraboly React Native Alert Modal Library is available under the MIT license. See the LICENSE file for more info.