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.
2 parents e11aab8 + 1743ed9 commit f48c180Copy full SHA for f48c180
patch-rn.js
@@ -10,7 +10,7 @@ const pattern = new RegExp(
10
'invariant\\([\\s\\S]{0,20}' +
11
'(hostContext|type)\\.isInAParentText,[\\s\\S]{0,20}' +
12
'"Text strings must be rendered within a <Text> component\\."[\\s\\S]{0,20}' +
13
- '\\);'
+ '\\)[;,]'
14
);
15
16
const patchFile = async (file) => {
0 commit comments