Module @expo/entity-codemod

@expo/entity-codemod

A package containing jscodeshift codemods for @expo/entity upgrades.

Codemods are transformations that run on your codebase programmatically. This allows for a large amount of changes to be applied without having to manually go through every file.

These should be used via the jscodeshift CLI.

For example:

yarn add -D @expo/entity-codemod

Then, in package.json scripts:

"jscodeshift": "jscodeshift --extensions=ts --parser=ts"

And finally:

yarn jscodeshift src -t node_modules/@expo/entity-codemod/build/v0.39.0-v0.40.0.js