Patch for RN >= 0.60
MrEkinox opened this issue · 0 comments
MrEkinox commented
This package not work with rn 0.60.
But simply change the pattern in patch-rn.js with this.
const pattern = new RegExp(
'throw[\s\S]{0,40}' +
'"Text strings must be rendered within a component\."[\s\S]{0,20}' +
'\)[;,]'
);
Thanks.