Webview completely died on SDK 29

It seems very strange because:

Expo SDK v29.0.0 is once again based on React Native 0.55.4

But in package.json we must also upgrade the version of RN:

  • react-native to "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz"

Why if it isn’t changed?

And after all WebView on SDK 29 works different and something wrong with cookies, any improvements there?

So, I’ve changed SDK 29 to:

"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz", 

In package.json and everything works fine with WebView again and SDK 29, it’s quite strange

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