Skip to content

Commit 7339433

Browse files
Hot-fixing docs for markdown package in-compatibility with RNW
1 parent dfc7a0e commit 7339433

File tree

6 files changed

+8
-12
lines changed

6 files changed

+8
-12
lines changed

docs/build/bundle.38535de9.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/build/bundle.d56b9596.js.LICENSE.txt renamed to docs/build/bundle.38535de9.js.LICENSE.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ object-assign
4747

4848
/*! https://mths.be/regenerate v1.4.1 by @mathias | MIT license */
4949

50-
/**
51-
* @license
52-
* Lodash <https://lodash.com/>
53-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
54-
* Released under MIT license <https://lodash.com/license>
55-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
56-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
57-
*/
58-
5950
/**
6051
* A better abstraction over CSS.
6152
*

docs/build/bundle.d56b9596.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</head>
1010
<body>
1111
<div id="rsg-root"></div>
12-
<script src="build/bundle.d56b9596.js"></script>
12+
<script src="build/bundle.38535de9.js"></script>
1313
</body>
1414
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default ({ children }) => children;

styleguide.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ module.exports = {
256256
'styled-components/native/dist/styled-components.native.cjs.js',
257257
'styled-components':
258258
'styled-components/native/dist/styled-components.native.cjs.js',
259+
'react-native-markdown-package': path.join(
260+
__dirname,
261+
'src/styleguideComponents/ReactNativeMarkdownPackage.tsx',
262+
),
259263
// Looks ugly in docs, better to just not show it for now
260264
'react-native-actionsheet': path.join(
261265
__dirname,

0 commit comments

Comments
 (0)