Position React Native alert at bottom of screen.

By default, it looks like React Native alert shows up centered on the screen.

I've been trying to style it in such a way that it appears at the bottom of the screen by using `position: absolute` and `bottom: 0` with no luck.

Does anyone have any tips on how to accomplish this? Do I have to use a separate npm package?