React Native Usuń tekst z ciągu

const nextUser = "hola";
const separate =  nextUser.split(2)
Dizzy Dingo