Skip to content

Commit

Permalink
chore: adds troubleshooting section to readme (#16)
Browse files Browse the repository at this point in the history
Adds a troubleshooting section to readme with a command that helps debug version compatibility issues.
  • Loading branch information
guiMendel authored Dec 4, 2024
2 parents 60d9e88 + c569af0 commit c3ffa0d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
Expand Down

0 comments on commit c3ffa0d

Please sign in to comment.