소스 검색

WebView removed from RN-0.61

Jeremy Hamilton 4 년 전
부모
커밋
8cfc5b87b7
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0
    5
      src/WebView.tsx

+ 0
- 5
src/WebView.tsx 파일 보기

@@ -1,5 +0,0 @@
1
-// This files provides compatibility without tree platform.
2
-import { WebView } from 'react-native';
3
-
4
-export { WebView };
5
-export default WebView;