Cant run the app due to error with that module from the project, react-native-parsed-text.
Installing the app in React Native .60.

Also getting this error
@R8Manzo did you find a fix yet ?
@acidhax did you find a fix for this yet ?
I fixed it by commenting out api.cache(true); present in
node_modules/react-native-gifted-chat/react-native-parsed-text/babel.config.js
i.e
module.exports = function(api) {
// api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I fixed it by commenting out
api.cache(true);present in
node_modules/react-native-gifted-chat/react-native-parsed-text/babel.config.js
in my case those steps are taken:
Most helpful comment
I fixed it by commenting out
api.cache(true);present innode_modules/react-native-gifted-chat/react-native-parsed-text/babel.config.jsi.e