暂存数据
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
// App.js 或 index.js 文件的最顶部
|
||||
if (typeof setImmediate === 'undefined') {
|
||||
global.setImmediate = function(callback, ...args) {
|
||||
return setTimeout(callback, 0, ...args);
|
||||
};
|
||||
}
|
||||
import { DarkTheme, DefaultTheme, ThemeProvider } from '@react-navigation/native';
|
||||
import { Stack } from 'expo-router';
|
||||
import { StatusBar } from 'expo-status-bar';
|
||||
|
||||
Reference in New Issue
Block a user