### Current behaviour <!-- Describe your issue in detail --> When trying to run the example project according to do the [docs](https://github.com/callstack/react-native-paper/blob/main/CONTRIBUTING.md#running-the-example) it's giving me the following error ``` ApiV2Error: Entity Not Authorized. ``` ### Expected behaviour <!-- A clear and concise description of what you expected to happen --> It should run the app on expo-go without any issue. ### How to reproduce? <!-- Help us to reproduce the issue and describe the steps --> <!-- Attach code example on snack.expo.dev or in a GitHub repo --> If we follow the docs on [Running the example](https://github.com/callstack/react-native-paper/blob/main/CONTRIBUTING.md#running-the-example) section, this error can be reproduced. ### Preview <!-- Include screenshots or video if applicable. --> Here is a video of current error https://github.com/user-attachments/assets/138511ef-42a6-4977-932d-6891894830d3 ### What have you tried so far? <!-- List down the steps you have tried to fix or identify the issue. --> According to this [answer](https://stackoverflow.com/a/72787530/14302873) in StackOverflow, this issue is generating because of "owner" field on app.json. We can use the following command to resolve the issue according to this [answer](https://stackoverflow.com/a/74321733/14302873) ``` npx expo start --offline ``` This will run expo [without internet connection](https://docs.expo.dev/more/expo-cli/#offline) which will ensure, that owner field won't affect running the example project on expo-go ### Your Environment | software | version | --------------------- | ------- | ios | 17.2 | android | x | react-native | 0.71.8 | react-native-paper | 5.12.5 | node | 20.16.0 | npm or yarn | 10.8.1 | expo sdk | ~48.0.18
Current behaviour
When trying to run the example project according to do the docs
it's giving me the following error
Expected behaviour
It should run the app on expo-go without any issue.
How to reproduce?
If we follow the docs on Running the example section, this error can be reproduced.
Preview
Here is a video of current error
expo-go-error-on-example-project.mp4
What have you tried so far?
According to this answer in StackOverflow, this issue is generating because of "owner" field on app.json.
We can use the following command to resolve the issue according to this answer
This will run expo without internet connection which will ensure, that owner field won't affect running the example project on expo-go
Your Environment