You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We get a warning about using metro-config which is deprecated in favor of @react-native/metro-config.
2024-12-04 12:18:42.400 [info] Installing node modules
2024-12-04 12:18:42.412 [info] Device selected iPhone 15 Pro
2024-12-04 12:18:42.414 [info] Selected device is ready
2024-12-04 12:18:43.279 [info] Installing node modules succeeded
2024-12-04 12:18:43.717 [info] Metro warn =================================================================================================
2024-12-04 12:18:43.717 [info] Metro warn From React Native 0.73, your project's Metro config should extend '@react-native/metro-config'
2024-12-04 12:18:43.717 [info] Metro warn or it will fail to build. Please copy the template at:
2024-12-04 12:18:43.717 [info] Metro warn https://github.com/react-native-community/template/blob/main/template/metro.config.js
2024-12-04 12:18:43.717 [info] Metro warn This warning will be removed in future (https://github.com/facebook/metro/issues/1018).
2024-12-04 12:18:43.717 [info] Metro warn =================================================================================================
2024-12-04 12:18:43.720 [info] Metro {"type":"RNIDE_watch_folders","watchFolders":["/Users/jakubgrzywacz/Projects/react-native-svg/apps/fabric-example","/Users/jakubgrzywacz/Projects/react-native-svg/apps/fabric-example","/Users/jakubgrzywacz/Projects/react-native-svg","/Users/jakubgrzywacz/.vscode/extensions/swmansion.react-native-ide-1.0.0-darwin-arm64/lib"]}
2024-12-04 12:18:43.720 [info] Captured metro watch folders ["/Users/jakubgrzywacz/Projects/react-native-svg/apps/fabric-example","/Users/jakubgrzywacz/Projects/react-native-svg/apps/fabric-example","/Users/jakubgrzywacz/Projects/react-native-svg","/Users/jakubgrzywacz/.vscode/extensions/swmansion.react-native-ide-1.0.0-darwin-arm64/lib"]
2024-12-04 12:18:43.730 [info] Metro info Welcome to React Native v0.76
2024-12-04 12:18:43.730 [info] Metro info Starting dev server on port 0...
2024-12-04 12:18:43.738 [info] Metro {"hasReducedPerformance":false,"port":0,"type":"initialize_started"}
2024-12-04 12:18:44.843 [info] Metro {"type":"transform_cache_reset"}
2024-12-04 12:18:44.843 [info] Metro {"type":"dep_graph_loading","hasReducedPerformance":false}
2024-12-04 12:18:44.847 [info] Metro {"type":"server_listening","address":"::","port":58366,"family":"IPv6"}
2024-12-04 12:18:44.847 [info] Metro {"type":"RNIDE_initialize_done","port":58366}
2024-12-04 12:18:44.847 [info] Metro started on port 58366
Environment
Repo SVG
Radon IDE 1.0
react-native 0.76.0
The text was updated successfully, but these errors were encountered:
Description
We get a warning about using
metro-config
which is deprecated in favor of@react-native/metro-config
.Environment
The text was updated successfully, but these errors were encountered: