Ionic + React

Hi, i’ve a problem, when i login an user i need redirect a user and i try this using <Redirect to="" />
of React but this not work. In web a used window.location.href = "foo/foo.com" and worked but when i compiled for android not work. someone could help me :frowning: ?