Tom Underhill 4 年前
父节点
当前提交
74d7118b8d
共有 5 个文件被更改,包括 1 次插入41 次删除
  1. 0
    10
      example/App.tsx
  2. 0
    10
      example/examples/Alerts.tsx
  3. 0
    10
      example/examples/Background.tsx
  4. 0
    10
      example/examples/Scrolling.tsx
  5. 1
    1
      package.json

+ 0
- 10
example/App.tsx 查看文件

@@ -1,13 +1,3 @@
1
-/**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
3
- *
4
- * This source code is licensed under the MIT license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- *
7
- * @format
8
- * @flow
9
- */
10
-
11 1
 import React, {Component} from 'react';
12 2
 import {
13 3
   StyleSheet,

+ 0
- 10
example/examples/Alerts.tsx 查看文件

@@ -1,13 +1,3 @@
1
-/**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
3
- *
4
- * This source code is licensed under the MIT license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- *
7
- * @format
8
- * @flow
9
- */
10
-
11 1
 import React, {Component} from 'react';
12 2
 import {Text, View} from 'react-native';
13 3
 

+ 0
- 10
example/examples/Background.tsx 查看文件

@@ -1,13 +1,3 @@
1
-/**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
3
- *
4
- * This source code is licensed under the MIT license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- *
7
- * @format
8
- * @flow
9
- */
10
-
11 1
 import React, {Component} from 'react';
12 2
 import {Text, View} from 'react-native';
13 3
 

+ 0
- 10
example/examples/Scrolling.tsx 查看文件

@@ -1,13 +1,3 @@
1
-/**
2
- * Copyright (c) Facebook, Inc. and its affiliates.
3
- *
4
- * This source code is licensed under the MIT license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- *
7
- * @format
8
- * @flow
9
- */
10
-
11 1
 import React, {Component} from 'react';
12 2
 import {Button, Text, View} from 'react-native';
13 3
 

+ 1
- 1
package.json 查看文件

@@ -13,7 +13,7 @@
13 13
   "scripts": {
14 14
     "start": "node node_modules/react-native/local-cli/cli.js start",
15 15
     "start:android": "react-native run-android --root example/",
16
-    "start:ios": "react-native run-ios --project-path example/ios --scheme RNCWebViewExample",
16
+    "start:ios": "react-native run-ios --project-path example/ios --scheme example",
17 17
     "ci": "CI=true && yarn lint && yarn test",
18 18
     "ci:publish": "yarn semantic-release",
19 19
     "lint": "yarn tsc --noEmit && yarn eslint ./src --ext .ts,.tsx",