https://github.com/pflaumenbaum/react-native-render-swift-ui
An expo module that gives you the opportunity to use SwiftUI inside every react native app
https://github.com/pflaumenbaum/react-native-render-swift-ui
cocoapods customizable expo expo-config-plugin expo-modules-core expo-plugin react-native swift swiftui
Last synced: about 2 months ago
JSON representation
An expo module that gives you the opportunity to use SwiftUI inside every react native app
- Host: GitHub
- URL: https://github.com/pflaumenbaum/react-native-render-swift-ui
- Owner: Pflaumenbaum
- License: other
- Created: 2024-10-13T11:57:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T16:09:34.000Z (4 months ago)
- Last Synced: 2025-04-14T02:05:17.629Z (about 2 months ago)
- Topics: cocoapods, customizable, expo, expo-config-plugin, expo-modules-core, expo-plugin, react-native, swift, swiftui
- Language: Swift
- Homepage: https://rn-render-swift-ui.netlify.app
- Size: 5.21 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Native Swift UI components for React Native
- Super easy to install thanks to Expo modules and config plugins
- Fully native, true Swift UI
- JSX syntax with live reload
- Over 20 components already implemented
- Possibility to add React views to a Swift UI view.
- Implement your own custom Swift UI views using native Swift code in your React Native app.And more ...
# Documentation
- [Overview](https://rn-render-swift-ui.netlify.app/docs/intro)
- [Installation](https://rn-render-swift-ui.netlify.app/docs/installation)
- [Components](https://rn-render-swift-ui.netlify.app/docs/category/components)
- [Example Project](./example/)# License
This project is licensed under the MIT License. Parts of the iOS implementation are based on the GitHub repository [JSONDrivenUI](https://github.com/EnesKaraosman/JSONDrivenUI) from EnesKaraosman, which is also licensed under the MIT License. See the [LICENSE](./LICENSE) file for full details.