mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-05 03:09:23 +00:00
Update internal paths to docs
This commit is contained in:
+1
-2
@@ -4,8 +4,7 @@
|
|||||||
[ignore]
|
[ignore]
|
||||||
<PROJECT_ROOT>/.*/__tests__/.*
|
<PROJECT_ROOT>/.*/__tests__/.*
|
||||||
<PROJECT_ROOT>/packages/.*/dist/.*
|
<PROJECT_ROOT>/packages/.*/dist/.*
|
||||||
<PROJECT_ROOT>/packages/examples/.*
|
<PROJECT_ROOT>/packages/docs/.*
|
||||||
<PROJECT_ROOT>/packages/website/.*
|
|
||||||
.*/node_modules/babel-plugin-transform-react-remove-prop-types/*
|
.*/node_modules/babel-plugin-transform-react-remove-prop-types/*
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ Examples of using React Native for Web with other web tools:
|
|||||||
(and [example recipes](https://gist.github.com/necolas/f9034091723f1b279be86c7429eb0c96))
|
(and [example recipes](https://gist.github.com/necolas/f9034091723f1b279be86c7429eb0c96))
|
||||||
* [Phenomic](https://github.com/phenomic/phenomic/tree/master/examples/react-native-web-app)
|
* [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)
|
* [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)
|
* [Styleguidist](https://github.com/styleguidist/react-styleguidist/tree/master/examples/react-native)
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|||||||
@@ -4,9 +4,8 @@ module.exports = {
|
|||||||
coveragePathIgnorePatterns: ['/node_modules/', '<rootDir>/packages/react-native-web/src/vendor/'],
|
coveragePathIgnorePatterns: ['/node_modules/', '<rootDir>/packages/react-native-web/src/vendor/'],
|
||||||
modulePathIgnorePatterns: [
|
modulePathIgnorePatterns: [
|
||||||
'<rootDir>/packages/benchmarks/',
|
'<rootDir>/packages/benchmarks/',
|
||||||
'<rootDir>/packages/examples/',
|
'<rootDir>/packages/docs/',
|
||||||
'<rootDir>/packages/react-native-web/dist/',
|
'<rootDir>/packages/react-native-web/dist/'
|
||||||
'<rootDir>/packages/website/'
|
|
||||||
],
|
],
|
||||||
// resetMocks: true,
|
// resetMocks: true,
|
||||||
rootDir: process.cwd(),
|
rootDir: process.cwd(),
|
||||||
|
|||||||
Reference in New Issue
Block a user