How to realize data exchange between sibling components in react native

how to implement data exchange between sibling components in react native

Mar.04,2021

communicate with parent components


react natively means not through libraries such as redux?
can be implemented using eventProxy, and
can use state promotion, and the shared data can be promoted to the parent component to pass parameters to two chest components through the parent component
can be hung through cookie,localstorage and other open hanging methods

Menu