We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f23382 commit 0aa955bCopy full SHA for 0aa955b
patch-rn.js
@@ -5,9 +5,9 @@ const { promisify } = require('util');
5
const glob = require('glob');
6
7
const pattern = new RegExp(
8
- 'invariant\\([\\s\\S]+?' +
9
- '(hostContext|type)\\.isInAParentText,[\\s\\S]+?' +
10
- '"Text strings must be rendered within a <Text> component\\."[\\s\\S]+?' +
+ 'invariant\\([\\s\\S]{0,20}' +
+ '(hostContext|type)\\.isInAParentText,[\\s\\S]{0,20}' +
+ '"Text strings must be rendered within a <Text> component\\."[\\s\\S]{0,20}' +
11
'\\);'
12
);
13
0 commit comments