Join Slack
Powered by
With ProvidableCompositionLocal you can provide a ...
# compose
h
hfhbd
10/16/2024, 2:37 PM
With ProvidableCompositionLocal you can provide a value to its children, so a child can get/search the parent value. Is there any api to access/search a children from a parent too?
u
김용석
10/17/2024, 4:46 AM
It seems that this issue can be resolved by programming in a way where the parent composable manages the state of the child composable through state hoisting.
https://developer.android.com/develop/ui/compose/state-hoisting
2
Views
Open in Slack
Previous
Next