Skip to content

Commit 58dc434

Browse files
authored
docs: update landing with new features (#222)
1 parent 596489a commit 58dc434

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

docs/docs/index.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pageType: home
33

44
hero:
55
name: React Native Brownfield
6-
tagline: Scalable integration of React Native into existing native apps.
6+
tagline: Scalable integration of React Native and Expo into existing native apps.
77
actions:
88
- theme: brand
99
text: Quick Start
@@ -12,13 +12,22 @@ hero:
1212
text: GitHub
1313
link: https://github.com/callstack/react-native-brownfield
1414
features:
15-
- title: Easy Integration
16-
details: Simple APIs to embed React Native views and view controllers into your existing iOS and Android apps.
15+
- title: Easy integration
16+
details: Embed React Native views and view controllers into your existing iOS and Android apps just like you would with any native library.
1717
icon: <img src="/react-native-brownfield/folder-plus.svg" />
18-
- title: SwiftUI & Jetpack Compose Support
18+
- title: Automated packaging
19+
details: Package your React Native app as XCFramework (iOS) or AAR (Android) for easy distribution with <code>brownfield</code> CLI.
20+
icon: <img src="/react-native-brownfield/animation.svg" />
21+
- title: Type-safe state sync
22+
details: Single-source-of-truth state synchronization between React Native and native code with type-safe code generation from TypeScript to Swift with Brownie library.
23+
icon: <img src="/react-native-brownfield/arrows-horizontal.svg" />
24+
- title: Modern UI frameworks supported
1925
details: First-class support for modern UI frameworks including SwiftUI and Jetpack Compose.
2026
icon: <img src="/react-native-brownfield/code.svg" />
21-
- title: XCFramework & AAR Packaging
22-
details: Package your React Native app as XCFramework (iOS) or AAR (Android) for easy distribution.
23-
icon: <img src="/react-native-brownfield/animation.svg" />
27+
- title: Expo, Community CLI & Rock
28+
details: Compatible with industry standard Expo, React Native Community CLI and Rock. Use your favorite tooling.
29+
icon: <img src="/react-native-brownfield/expo.svg" />
30+
- title: Proven at scale for over 5 years
31+
details: Battle-tested in production for years. Trusted by <a class="rp-link" href="https://engineering.zalando.com/posts/2025/10/accelerating-mobile-app-development-at-zalando-with-rendering-engine-and-react-native.html" target="_blank">Zalando</a>, <a class="rp-link" href="https://engineering.hellofresh.com/hellofreshs-brownfield-leap-one-app-to-feed-them-all-56244a22ceeb?gi=8e0e41400841" target="_blank">HelloFresh</a>, and <a class="rp-link" href="https://www.callstack.com/case-studies/migrating-ios-and-android-apps-to-react-native-for-autozone" target="_blank">AutoZone</a> to modernize mobile stacks while maintaining existing native infrastructure.
32+
icon: <img src="/react-native-brownfield/building-skyscraper.svg" />
2433
---
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

docs/docs/public/expo.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)