react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

docs: update expo start command to run example project

Open mrpmohiburrahman opened this issue 1 year ago • 1 comments
trafficstars

Motivation

This pull request adds the updated command to run expo, so that the "owner" field on app.json doesn't affect the app. It prevents getting the following error

ApiV2Error: Entity Not Authorized.

Related issue

This pull request, addresses this issue https://github.com/callstack/react-native-paper/issues/4473

Test plan

Previously when trying to run the example project using yarn example run on root project or expo start in example folder it would give the error mentioned above.

With the using new command npx expo start --offline ( which is added with this pull requests on docs), the example project runs without any issue.

mrpmohiburrahman avatar Aug 08 '24 01:08 mrpmohiburrahman

Hey @mrpmohiburrahman, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

callstack-bot avatar Aug 08 '24 02:08 callstack-bot

Closing via: https://github.com/callstack/react-native-paper/commit/bcd27177cbaf6dae90f7caa75e5f20db41d2be5b

lukewalczak avatar Apr 22 '25 10:04 lukewalczak