Jay
Jay
I figured out how to do this. I added an async run command to the client to handle this. ``` vaultClient.run = async () => { try { const status...
Did anyone find a fix to this issue?
I got it to work like this: ``` props.navigation.navigate('addPost') } style={getStyle('floatingButton', theme)} > ``` ``` const getStyle = (style, theme) => { const styles = { floatingButton: { borderWidth:1, borderColor:'rgba(0,0,0,0.2)',...
Awesome. Thank you.