Browse Source

Update README.md (#52)

Mohamad Khajavi 4 years ago
parent
commit
e9e70228ba
No account linked to committer's email address
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      README.md

+ 1
- 3
README.md View File

@@ -143,12 +143,10 @@ If you are doing server side rendering on the web you can use `initialSafeAreaIn
143 143
 
144 144
 To speed up the initial render, you can import `initialWindowSafeAreaInsets` from this package and set as the `initialSafeAreaInsets` prop on the provider as described in Web SSR. You cannot do this if your provider remounts, or you are using `react-native-navigation`.
145 145
 
146
-Only supported on iOS at the moment.
147
-
148 146
 ```js
149 147
 import {
150 148
   SafeAreaProvider,
151
-  initialWindowSafeAreaInsets,
149
+  initialWindowSafeAreaInsets
152 150
 } from 'react-native-safe-area-context';
153 151
 
154 152
 function App() {