facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.25k stars 950 forks source link

Network not supported in react-native version - "0.74.1". Network is not available for debugging if project has "0.74.1" react native version #5618

Open vinamrahalgar opened 1 month ago

vinamrahalgar commented 1 month ago

Network not supported in react-native version - "0.74.1". Network is not available for debugging if project has "0.74.1" react native version

feirone commented 1 month ago

Network not supported in react-native version - "0.74.1". Network is not available for debugging if project has "0.74.1" react native version

Flipper is no longer part of the default setup in new React Native projects.

https://shift.infinite.red/why-you-dont-need-flipper-in-your-react-native-app-and-how-to-get-by-without-it-3af461955109

Alternative: Use Infinite Red’s Reactotron! You can examine network requests and responses in the Timeline.

vinamrahalgar commented 1 month ago

Got it, thanks!!!!