From feb15e7dde559879e400137996d3f274e9a65f09 Mon Sep 17 00:00:00 2001 From: jennmueng Date: Sun, 4 Aug 2024 13:38:41 -0700 Subject: [PATCH] add pod install step to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bf62300..f4a78f2 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,14 @@ PRISMA_MIGRATIONS="../node_modules/@prisma/react-native/copy-migrations.sh" # Ad /bin/sh -c "$WITH_ENVIRONMENT $PRISMA_MIGRATIONS $REACT_NATIVE_XCODE" # Add it to the list of running scripts ``` +#### Run Pod Install + +Make sure you run `pod-install` to install the native dependencies. + +```bash +npx pod-install +``` + ### Android For Android you need to modify your apps `app/Build.gradle`. Add the following at the top of the file.