If is an expo app, use the code below first in stall the dependences and import it,
expo install expo-updates
import * as Update from expo-updates; const onpress =async()=>{ await Update.reloadAsync(); }