You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however, I want to put this style to another component, for example
<Gestures style={{ position: 'absolute' }}
onInit={this.item.style} // I want something like this to init with styles
>
<Image source={this.item.image} />
</Gestures>
how can I do this?
The text was updated successfully, but these errors were encountered:
I have a original component and store its style with onEnd function
however, I want to put this style to another component, for example
how can I do this?
The text was updated successfully, but these errors were encountered: