Changed the PRISMA_MIGRATIONS variable to use the Node binary set by Expo for looking up where
@prisma/react-native is installed. This allows using @prisma/react-native in a monorepo where
the node_modules/ folder may be hoisted to the top level of the workspace.
The commit also cleans up extraneous leading whitespace from the commands added by the Expo config
plugin.
Changed the
PRISMA_MIGRATIONS
variable to use the Node binary set by Expo for looking up where@prisma/react-native
is installed. This allows using@prisma/react-native
in a monorepo where thenode_modules/
folder may be hoisted to the top level of the workspace.The commit also cleans up extraneous leading whitespace from the commands added by the Expo config plugin.