File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 4
4
[ignore]
5
5
<PROJECT_ROOT>/.*/__tests__/.*
6
6
<PROJECT_ROOT>/packages/.*/dist/.*
7
- <PROJECT_ROOT>/packages/examples/.*
8
- <PROJECT_ROOT>/packages/website/.*
7
+ <PROJECT_ROOT>/packages/docs/.*
9
8
.*/node_modules/babel-plugin-transform-react-remove-prop-types/*
10
9
11
10
[include]
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Examples of using React Native for Web with other web tools:
59
59
(and [ example recipes] ( https://gist.github.com/necolas/f9034091723f1b279be86c7429eb0c96 ) )
60
60
* [ Phenomic] ( https://github.com/phenomic/phenomic/tree/master/examples/react-native-web-app )
61
61
* [ Razzle] ( https://github.com/jaredpalmer/razzle/tree/master/examples/with-react-native-web )
62
- * [ Storybook] ( https://github.com/necolas/react-native-web/tree/master/packages/website/storybook/.storybook )
62
+ * [ Storybook] ( https://github.com/necolas/react-native-web/tree/master/packages/docs/ )
63
63
* [ Styleguidist] ( https://github.com/styleguidist/react-styleguidist/tree/master/examples/react-native )
64
64
65
65
## Examples
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ module.exports = {
4
4
coveragePathIgnorePatterns : [ '/node_modules/' , '<rootDir>/packages/react-native-web/src/vendor/' ] ,
5
5
modulePathIgnorePatterns : [
6
6
'<rootDir>/packages/benchmarks/' ,
7
- '<rootDir>/packages/examples/' ,
8
- '<rootDir>/packages/react-native-web/dist/' ,
9
- '<rootDir>/packages/website/'
7
+ '<rootDir>/packages/docs/' ,
8
+ '<rootDir>/packages/react-native-web/dist/'
10
9
] ,
11
10
// resetMocks: true,
12
11
rootDir : process . cwd ( ) ,
You can’t perform that action at this time.
0 commit comments