HenryQuan / react-native-kmp-migration

React Native to Kotlin Multiplatform Migration by sharing the same logic via Kotlin/JS with ktor & kotlinx serialization
Apache License 2.0
1 stars 0 forks source link

Release build with everything #6

Open HenryQuan opened 1 week ago

HenryQuan commented 1 week ago

The last step will be building for release. A script may be needed to handle React Native & Flutter building and then, lastly Android and iOS package building.

HenryQuan commented 5 days ago

The Android part is now completely, moving to the iOS part next and this project will be then completed.

HenryQuan commented 2 days ago

Flutter doesn't support simulator build, so I will build for ios instead and push a new release.

HenryQuan commented 1 day ago

The React Native build is missing some assets, I guess the issue is with path again, you really just cannot put the xcode project outside the folder. Anyway, I will take a final look tomorrow, this project is more than enough, once the assets are packed, the iPA should be good to go.