Skip to content

Commit 557e747

Browse files
committed
feat(update): minor changes
1 parent 5d5017b commit 557e747

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929

3030
This library integrates SwiftUI components into React Native using the Fabric renderer. This project enables developers to define native iOS UI elements with SwiftUI, controlled via React Native’s JSX syntax, creating a hybrid UI where React drives a dynamic SwiftUI view hierarchy.
3131

32-
## Demo
33-
34-
![demo](./.github/assets/demo.gif)
35-
3632
## Motivation
3733

3834
React Native excels at cross-platform development, but its UI components can sometimes lack the polish and performance of native iOS frameworks like SwiftUI. This PoC bridges that gap by:
@@ -43,6 +39,10 @@ React Native excels at cross-platform development, but its UI components can som
4339

4440
Ideal for developers seeking native iOS aesthetics and behavior within a React Native app, this project explores a hybrid paradigm for enhanced UI flexibility.
4541

42+
## Demo
43+
44+
![demo](./.github/assets/demo.gif)
45+
4646
## Features
4747

4848
- **Supported Components**: We plan to support as many SwiftUI components as possible.

0 commit comments

Comments
 (0)