# react-native-safe-area-plus **Repository Path**: mirrors_crazycodeboy/react-native-safe-area-plus ## Basic Information - **Project Name**: react-native-safe-area-plus - **Description**: A flexible way to handle safe area, also works on Android and iOS - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-safe-area-plus A flexible way to handle safe area, also works on Android and iOS. [ ![release](https://img.shields.io/github/release/crazycodeboy/react-native-safe-area-plus.svg?maxAge=2592000?style=flat-square)](https://github.com/crazycodeboy/react-native-safe-area-plus/releases) [ ![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg)](https://github.com/crazycodeboy/react-native-safe-area-plus/pulls) [ ![NPM version](http://img.shields.io/npm/v/react-native-safe-area-plus.svg?style=flat)](https://www.npmjs.com/package/react-native-safe-area-plus) [![License MIT](http://img.shields.io/badge/license-MIT-orange.svg?style=flat)](https://raw.githubusercontent.com/crazycodeboy/react-native-safe-area-plus/master/LICENSE) ## Content - [Installation](#installation) - [Getting started](#getting-started) - [API](#api) - [Contribution](#contribution) ## Installation * 1.Run `npm i react-native-safe-area-plus --save` * or `yarn add react-native-safe-area-plus` * 2.`import SafeAreaViewPlus from 'react-native-safe-area-plus'` ## Getting started Add `react-native-safe-area-plus` to your js file. `import SafeAreaViewPlus from 'react-native-safe-area-plus'` Inside your component's render method, use Toast: ```javascript render() { return ( ... ); } ``` ## Contribution Issues are welcome. Please add a screenshot of bug and code snippet. Quickest way to solve issue is to reproduce it on one of the examples. Pull requests are welcome. If you want to change API or making something big better to create issue and discuss it first. --- **MIT Licensed**