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