In react native, process.nextTick may not be available. Assign the setImmediate to process.nextTick. Example below.global.process.nextTick = setImmediate;