Update internal paths to docs

This commit is contained in:
Nicolas Gallagher
2020-02-06 13:38:38 -08:00
parent 5b7f584f19
commit 3d53273fe7
3 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -4,8 +4,7 @@
[ignore]
<PROJECT_ROOT>/.*/__tests__/.*
<PROJECT_ROOT>/packages/.*/dist/.*
<PROJECT_ROOT>/packages/examples/.*
<PROJECT_ROOT>/packages/website/.*
<PROJECT_ROOT>/packages/docs/.*
.*/node_modules/babel-plugin-transform-react-remove-prop-types/*
[include]
+1 -1
View File
@@ -59,7 +59,7 @@ Examples of using React Native for Web with other web tools:
(and [example recipes](https://gist.github.com/necolas/f9034091723f1b279be86c7429eb0c96))
* [Phenomic](https://github.com/phenomic/phenomic/tree/master/examples/react-native-web-app)
* [Razzle](https://github.com/jaredpalmer/razzle/tree/master/examples/with-react-native-web)
* [Storybook](https://github.com/necolas/react-native-web/tree/master/packages/website/storybook/.storybook)
* [Storybook](https://github.com/necolas/react-native-web/tree/master/packages/docs/)
* [Styleguidist](https://github.com/styleguidist/react-styleguidist/tree/master/examples/react-native)
## Examples
+2 -3
View File
@@ -4,9 +4,8 @@ module.exports = {
coveragePathIgnorePatterns: ['/node_modules/', '<rootDir>/packages/react-native-web/src/vendor/'],
modulePathIgnorePatterns: [
'<rootDir>/packages/benchmarks/',
'<rootDir>/packages/examples/',
'<rootDir>/packages/react-native-web/dist/',
'<rootDir>/packages/website/'
'<rootDir>/packages/docs/',
'<rootDir>/packages/react-native-web/dist/'
],
// resetMocks: true,
rootDir: process.cwd(),