react-native
showing stories in the browser
Stories not appearing in the browser once the emulator has loaded? Do the following then reload:
adb reverse tcp:7007 tcp:7007
clearing caches
Clear metro cache
npm run start -- --reset-cache
Clear build caches
rm -rf android/build android/app/build android/.gradle/ ios/Pods ios/Podfile.lock
Clear build caches (Powershell)
Remove-Item -Recurse android/build, android/app/build, android/.gradle/
debugger stuck off screen
Delete this file and restart debugger:
%APPDATA%\React Native Debugger\config.json