chore: rename example app directory to react-native-example #414
Merged
Conversation
Move apps/example to apps/react-native-example without content changes. Co-authored-by: Cursor <cursoragent@cursor.com>
067cf83 to
bd04d4a
Compare
hryhoriiK97
approved these changes
Jun 19, 2026
hryhoriiK97
left a comment
Collaborator
There was a problem hiding this comment.
LGTM! I've left only one comment - please take a look at it 🙏
| TURBO_CACHE_STATUS=$(yarn turbo run build:ios \ | ||
| --filter=react-native-enriched-markdown-example \ | ||
| --filter=react-native-example \ | ||
| --cache-dir="${{ env.TURBO_CACHE_DIR }}" \ |
Collaborator
There was a problem hiding this comment.
The turbo filter was changed to --filter=react-native-example, but the package name in apps/react-native-example/package.json is still react-native-enriched-markdown-example (the file was renamed without content changes). Turbo matches by package name, so this filter won't find the workspace.
Should either keep --filter=react-native-enriched-markdown-example or also rename the package in package.json.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What/Why?
Rename example app directory to react-native-example.
The first commit is just directory rename, the second are scripts updates etc.
Testing
Run the example apps.
PR Checklist