소스 검색

Update README.md (#52)

Mohamad Khajavi 4 년 전
부모
커밋
e9e70228ba
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    3
      README.md

+ 1
- 3
README.md 파일 보기

@@ -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() {