From c569af0b79ff3062a3632074e8f73836039fa762 Mon Sep 17 00:00:00 2001 From: guimendel Date: Wed, 4 Dec 2024 11:58:00 -0300 Subject: [PATCH] chore: adds troubleshooting section to readme --- readme.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cbf9ec7..a0cf665 100644 --- a/readme.md +++ b/readme.md @@ -45,8 +45,6 @@ Follow these steps to get the app up and running: npm run ios ``` - Having trouble running the iOS simulator? Check out the [iOS Troubleshooting](./docs/ios-troubleshooting.md) guide. - Android ```bash @@ -62,6 +60,17 @@ For further development, you may find the following files relevant: - LoginView: `src/LoginView/LoginView.tsx` - DisplayAuthenticatedUserView: `src/DisplayAuthenticatedUserView/DisplayAuthenticatedUserView.tsx` +## Troubleshooting + +Having trouble running the iOS simulator? +Check out the [iOS Troubleshooting](./docs/ios-troubleshooting.md) guide. + +If you're seeing any errors when trying to run the app, first make sure it isn't due to expo packages version compatibility issues by running the following command: + +```bash +npx expo install --check +``` + ## Documentation For more detailed information on integrating Dynamic with React Native, please refer to our official documentation: [Dynamic React Native Integration](https://docs.dynamic.xyz/react-native/introduction).