-
Notifications
You must be signed in to change notification settings - Fork 22
docs: rework README with examples and better readability #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR reworks the README to improve clarity and usability by adding comprehensive examples and better explaining how React Native Brownfield enables integration between React Native and native apps. The changes focus on making the documentation more accessible to developers looking to implement brownfield React Native integration.
- Enhanced the introduction and features section with clearer language and better formatting
- Added detailed usage examples for both iOS (SwiftUI) and Android (Kotlin) implementations
- Reorganized content structure to prioritize practical examples over language-specific documentation links
README.md
Outdated
> [!TIP] | ||
> Download a free copy of an ebook that goes step-by-step through [incremental React Native adoption in native apps](https://www.callstack.com/ebooks/incremental-react-native-adoption-in-native-apps?utm_campaign=brownfield&utm_source=github&utm_medium=referral&utm_content=react-native-brownfield). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could get an ebook banner? This can be easily missed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Copilot <[email protected]>
Summary
Updated README so it puts clear emphasis on how React Native Brownfield works across React Native and native apps, with simple examples for both iOS and Android, and linking to more advanced docs
Test plan