An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![banner](./docs/static/img/banner.PNG)

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.