setProps jest

JavaScript
const wrapper = shallow(<ScreensCreateAccount {...props}/>)

wrapper.setProps({isLoadding: true})

Source

Also in JavaScript: