From 1eb4a2edb45ed4df01ec7d7e9eff5bf385bb2ba6 Mon Sep 17 00:00:00 2001 From: Adedamola Emmanuel Aladesanmi <33238630+Rioland@users.noreply.github.com> Date: Thu, 11 Dec 2025 23:34:30 -0800 Subject: [PATCH 1/3] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ca56c300..e29e71ca 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,7 @@ "babel-preset-expo": "^9.5.2", "eslint": "^8.50.0", "eslint-config-prettier": "^9.0.0", + "react-native-safe-area-context": "~5.6.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-jsdoc": "^46.8.2", "eslint-plugin-prefer-arrow": "^1.2.3", From ffe0280ae27843991b99828dc6a0a6f2f67525e1 Mon Sep 17 00:00:00 2001 From: Adedamola Emmanuel Aladesanmi <33238630+Rioland@users.noreply.github.com> Date: Thu, 11 Dec 2025 23:34:55 -0800 Subject: [PATCH 2/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e29e71ca..8e2b92c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-country-picker-modal", - "version": "2.0.0", + "version": "2.0.1", "description": "react-native country picker", "main": "lib/index.js", "types": "lib/index.d.ts", From 480436f1f0e94f8e4de6be9f154d59a9e9643d75 Mon Sep 17 00:00:00 2001 From: Adedamola Emmanuel Aladesanmi <33238630+Rioland@users.noreply.github.com> Date: Thu, 11 Dec 2025 23:35:57 -0800 Subject: [PATCH 3/3] Update CountryModal.tsx --- src/CountryModal.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CountryModal.tsx b/src/CountryModal.tsx index 68a7e058..add43696 100644 --- a/src/CountryModal.tsx +++ b/src/CountryModal.tsx @@ -1,9 +1,10 @@ import * as React from 'react' -import { ModalProps, SafeAreaView, StyleSheet, Platform } from 'react-native' +import { ModalProps, StyleSheet, Platform } from 'react-native' import { AnimatedModal } from './AnimatedModal' import { Modal } from './Modal' import { useTheme } from './CountryTheme' import { CountryModalContext } from './CountryModalProvider' +import { SafeAreaView } from "react-native-safe-area-context"; const styles = StyleSheet.create({ container: {