Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 687 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 687 Bytes

Native declarative frameworks in Expo projects

This repository is an example of how you can use Jetpack Compose and SwiftUI in your React Native Expo projects. This repository is an addition to my articles on Medium:

  1. Expo Native View with Jetpack Compose
  2. Expo Native View with SwiftUI

Content

This repository contains three branches - ios and android, which contains code only for corresponding platform, and main branch with all code merged. Each commit in each branch relates to specific step from the articles.