[React Transform HMR] Patching App Issue | Expo hot reloading Issue | Expo 35.0.0 | React Native 0.59.8

Anyone please help on this issue.

Issue : React Native Expo hot reloading issue after updating my Expo version

Environment

Expo CLI 3.1.0 environment info:
System:
OS: macOS 10.15
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 10.15.3 - /usr/local/bin/node
npm: 6.11.3 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
IDEs:
Xcode: 10.3/10G8 - /usr/bin/xcodebuild
npmPackages:
@types/react: ^16.9.2 => 16.9.2
@types/react-native: ^0.57.65 => 0.57.65
@types/react-navigation: ^3.0.8 => 3.0.8
expo: ^35.0.0 => 35.0.0
react: ^16.9.0 => 16.9.0
react-native: https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz => 0.59.8
react-navigation: ^4.0.7 => 4.0.7
npmGlobalPackages:
expo-cli: 3.1.0

iPhone 10 IOS 13 Beta 3

Steps to Reproduce

not sure

Expected Behavior

reload app when i change code.

Actual Behavior

When i am changing anything in code but this changes not updating on my UI. its showing below error.

[React Transform HMR] Patching App

Invalid theme provided: [object Object]. Only 'light' and 'dark' are supported. Falling back to 'light'
- node_modules/expo/build/environment/muteWarnings.fx.js:18:23 in warn
- ... 23 more stack frames from framework internals

Reproducible Demo

not sure

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.