Skip to content

Commit a2dbe08

Browse files
Update README.md
1 parent 0308156 commit a2dbe08

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
This is a Kotlin Multiplatform project targeting Android, iOS.
1+
# kmp-sharing-native-ui-component
22

3-
* `/composeApp` is for code that will be shared across your Compose Multiplatform applications.
4-
It contains several subfolders:
5-
- `commonMain` is for code that’s common for all targets.
6-
- Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.
7-
For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app,
8-
`iosMain` would be the right folder for such calls.
3+
<p align="center">
4+
<img width="296" height="600" src="https://github.com/raheemadamboev/kmp-sharing-native-ui-component/blob/main/extra/banner_android.gif" />
5+
<img width="296" height="600" src="https://github.com/raheemadamboev/kmp-sharing-native-ui-component/blob/main/extra/banner_ios.gif" />
6+
</p>
97

10-
* `/iosApp` contains iOS applications. Even if you’re sharing your UI with Compose Multiplatform,
11-
you need this entry point for your iOS app. This is also where you should add SwiftUI code for your project.
8+
A simple app that demonstrates sharing native UI component in Kotlin Multiplatfrom project.
129

13-
14-
Learn more about [Kotlin Multiplatform](https://www.jetbrains.com/help/kotlin-multiplatform-dev/get-started.html)
10+
[Download demo](https://github.com/raheemadamboev/kmp-sharing-native-ui-component/blob/main/extra/app-debug.apk)

0 commit comments

Comments
 (0)