Setprops Jest

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

wrapper.setProps({isLoadding: true})
Salo Hopeless