mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-28 08:34:31 +00:00
Update internal paths to docs
This commit is contained in:
+1
-2
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user