1.0.7 • Published 1 year ago

native-safe-area v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Native Safe Area

This Is a Package For react Native to Use Safe Area For IOS & Andriod

Installation

Install native-safe-area with npm

  npm i native-safe-area

Usage/Examples

import React from "react";
import { View, Text } from "react-native";
import SafeAreaView from "react-native-safe-area-view";

const App = () => {
  return (
    <SafeAreaView style={{ flex: 1 }}>
      <View style={{ flex: 1, alignItems: "center", justifyContent: "center" }}>
        <Text>Hello, world!</Text>
      </View>
    </SafeAreaView>
  );
};

export default App;

Authors

FAQ

Will this Work onm Android

Yes

Will this Work onm IOS

Yes

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago