Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR primarily updates the documentation to align with current CLI commands/output paths and the latest React Native Brownfield APIs, plus a small comment fix in the iOS packaging command.
Changes:
- Update docs to reflect current CLI commands (
package:android,publish:android) and iOS artifact output location (ios/.brownfield/package/build). - Refresh API reference docs across Swift/Obj-C/Java/Kotlin/JS (including documenting app-delegate forwarding on iOS).
- Minor cleanup/typo fixes in docs and CLI source comments.
Reviewed changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/cli/src/brownfield/commands/packageIos.ts | Fixes a comment typo for Brownie.xcframework. |
| docs/docs/docs/guides/troubleshooting.mdx | Whitespace/formatting cleanup in troubleshooting text. |
| docs/docs/docs/getting-started/quick-start.mdx | Updates headings and command table to current CLI command names. |
| docs/docs/docs/getting-started/ios.mdx | Updates documented iOS packaging output directory. |
| docs/docs/docs/getting-started/introduction.mdx | Updates the RN compatibility table to include 0.83.x. |
| docs/docs/docs/contributing.md | Removes trailing blank line. |
| docs/docs/docs/cli/brownfield.mdx | Updates default build/output paths and lists produced XCFrameworks. |
| docs/docs/docs/api-reference/react-native-brownfield/swift.mdx | Updates Swift API reference; adds application(_:didFinishLaunchingWithOptions:) section. |
| docs/docs/docs/api-reference/react-native-brownfield/objective-c.mdx | Updates Obj-C API reference to match current properties and signatures. |
| docs/docs/docs/api-reference/react-native-brownfield/kotlin.mdx | Updates Kotlin createView docs/examples to match current signature (no context param). |
| docs/docs/docs/api-reference/react-native-brownfield/javascript.mdx | Updates popToNative signature docs to optional param. |
| docs/docs/docs/api-reference/react-native-brownfield/java.mdx | Updates Java createView docs/examples to match current signature (no context param). |
| docs/docs/docs/api-reference/brownie/getting-started.mdx | Updates iOS output directory and framework list for Brownie guide. |
| docs/docs/docs/api-reference/brownie/codegen.mdx | Removes an extra blank line. |
| docs/docs/docs/api-reference/brownfield-navigation.mdx/javascript-usage.mdx | Updates navigation codegen command to npx brownfield navigation:codegen. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
docs/docs/docs/api-reference/react-native-brownfield/javascript.mdx
Outdated
Show resolved
Hide resolved
docs/docs/docs/api-reference/react-native-brownfield/kotlin.mdx
Outdated
Show resolved
Hide resolved
Member
|
Could you maybe also tackle this? #269 |
Collaborator
Author
|
Sure! |
thymikee
approved these changes
Mar 14, 2026
Collaborator
Author
|
Yes, I will follow up with a PR there |
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.
Summary
This PR updates the docs to match the current code state. Additionally, docs files were formatted and compatibility table has been updated (between RN 0.83 & Brownfield v3).
Test plan