Hot reloading unavailable in Developer menu for React Native app

When I bring up the developer menu on my iPhone 5, I see “Hot Reloading Unavailable”. Is this a limitation of my iPhone 5 or is there some software config that I’m missing? I’m currently running iOS 10.3.2.

This is the contents of my package.json file:

"expo": "17.0.0",
"react": "16.0.0-alpha.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-17.0.0.tar.gz",
"react-native-vector-icons": "^4.2.0"

Thanks Norman

hello! we added an info dialog to clarify this in our next release (coming later in the week) – it explains that you need to disable live reloading before enabling hot reloading. give that a go and let me know if it works

Thanks. That worked.

Norman

1 Like