Closed rahulnainwal107 closed 4 years ago
spinner-overlay is not working using children property. I am doing something like this :
<Spinner visible={props.loading} cancelable={true} children={renderChildren} />
renderChildren is a arrow function like this:
const renderChildren = () => { return ( <Text>Hello</Text> ) }
spinner-overlay is not working using children property. I am doing something like this :
renderChildren is a arrow function like this: