Your app preview loads automatically when you open a project. The preview runs a react-native-web version of your app, giving you immediate visual feedback.
On desktop, look for the refresh icon above the preview to manually reload if needed.
// All console methods work in web previewconsole.log('Debug message');console.error('Error details');console.table(data);console.time('Operation');// ... your codeconsole.timeEnd('Operation');