@momo-kits/native-kits 0.161.2-beta.27-debug → 0.161.2-beta.29-debug

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,7 +40,7 @@ kotlin {
40
40
  }
41
41
 
42
42
  cocoapods {
43
- version = "0.161.2-beta.27-debug"
43
+ version = "0.161.2-beta.29-debug"
44
44
  summary = "IOS Shared module"
45
45
  homepage = "https://momo.vn"
46
46
  ios.deploymentTarget = "15.0"
@@ -63,22 +63,22 @@ fun NavigationContainer(
63
63
  val startDestination = remember(screenId) { DynamicScreenRoute(screenId) }
64
64
 
65
65
  ProvideNavigationEventDispatcherOwner {
66
- CompositionLocalProvider(
67
- LocalNavigator provides navigator,
68
- LocalMaxApi provides maxApi,
69
- AppTheme provides theme.value,
70
- AppStatusBar provides statusBarHeight,
71
- AppNavigationBar provides navigationBarHeight,
72
- ApplicationContext provides mergedContext,
73
- AppConfig provides config,
74
- AppLanguage provides appLanguage.value,
75
- ScaleSizeMaxRate provides mergedContext?.scaleSizeMaxRate,
76
- ) {
77
- LaunchedEffect(Unit) {
78
- setNavigator?.invoke(navigator)
79
- }
66
+ ProvideAppLocale(appLanguage.value) {
67
+ CompositionLocalProvider(
68
+ LocalNavigator provides navigator,
69
+ LocalMaxApi provides maxApi,
70
+ AppTheme provides theme.value,
71
+ AppStatusBar provides statusBarHeight,
72
+ AppNavigationBar provides navigationBarHeight,
73
+ ApplicationContext provides mergedContext,
74
+ AppConfig provides config,
75
+ AppLanguage provides appLanguage.value,
76
+ ScaleSizeMaxRate provides mergedContext?.scaleSizeMaxRate,
77
+ ) {
78
+ LaunchedEffect(Unit) {
79
+ setNavigator?.invoke(navigator)
80
+ }
80
81
 
81
- ProvideAppLocale(appLanguage.value) {
82
82
  NavHost(navController, startDestination = startDestination) {
83
83
  composable<DynamicScreenRoute>(
84
84
  enterTransition = {
package/gradle.properties CHANGED
@@ -18,7 +18,7 @@ kotlin.apple.xcodeCompatibility.nowarn=true
18
18
  name="ComposeKits"
19
19
  group=vn.momo.kits
20
20
  artifact.id=kits
21
- version=0.161.2-beta.27
21
+ version=0.161.2-beta.29
22
22
 
23
23
  repo=GitLab
24
24
  url=https://gitlab.mservice.com.vn/api/v4/projects/5400/packages/maven
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.161.2-beta.27-debug",
3
+ "version": "0.161.2-beta.29-debug",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},