Jay

Results 14 comments of 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...

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)',...