Tom Underhill 4 years ago
parent
commit
74d7118b8d
5 changed files with 1 additions and 41 deletions
  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 View File

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
 import React, {Component} from 'react';
1
 import React, {Component} from 'react';
12
 import {
2
 import {
13
   StyleSheet,
3
   StyleSheet,

+ 0
- 10
example/examples/Alerts.tsx View File

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
 import React, {Component} from 'react';
1
 import React, {Component} from 'react';
12
 import {Text, View} from 'react-native';
2
 import {Text, View} from 'react-native';
13
 
3
 

+ 0
- 10
example/examples/Background.tsx View File

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
 import React, {Component} from 'react';
1
 import React, {Component} from 'react';
12
 import {Text, View} from 'react-native';
2
 import {Text, View} from 'react-native';
13
 
3
 

+ 0
- 10
example/examples/Scrolling.tsx View File

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
 import React, {Component} from 'react';
1
 import React, {Component} from 'react';
12
 import {Button, Text, View} from 'react-native';
2
 import {Button, Text, View} from 'react-native';
13
 
3
 

+ 1
- 1
package.json View File

13
   "scripts": {
13
   "scripts": {
14
     "start": "node node_modules/react-native/local-cli/cli.js start",
14
     "start": "node node_modules/react-native/local-cli/cli.js start",
15
     "start:android": "react-native run-android --root example/",
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
     "ci": "CI=true && yarn lint && yarn test",
17
     "ci": "CI=true && yarn lint && yarn test",
18
     "ci:publish": "yarn semantic-release",
18
     "ci:publish": "yarn semantic-release",
19
     "lint": "yarn tsc --noEmit && yarn eslint ./src --ext .ts,.tsx",
19
     "lint": "yarn tsc --noEmit && yarn eslint ./src --ext .ts,.tsx",