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 15fb27e commit 3f23382Copy full SHA for 3f23382
patch-rn.js
@@ -5,8 +5,8 @@ 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]+' +
+ 'invariant\\([\\s\\S]+?' +
+ '(hostContext|type)\\.isInAParentText,[\\s\\S]+?' +
10
'"Text strings must be rendered within a <Text> component\\."[\\s\\S]+?' +
11
'\\);'
12
);
0 commit comments