expo: [expo-blur] SDK33 regression "Invalid view found for requested tag"
๐ Bug Report
Environment
SDK 33 on iOS
Steps to Reproduce
Since upgrading to SDK33, animating a BlurView on iOS gives the following warning
[Unhandled promise rejection: Error: Invalid view found for requested tag]
- node_modules/react-native/Libraries/BatchedBridge/NativeModules.js:155:31 in createErrorFromErrorData
- node_modules/react-native/Libraries/BatchedBridge/NativeModules.js:104:30 in <unknown>
- node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:414:12 in MessageQueue.__invokeCallback
- node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:127:11 in <unknown>
- node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:314:8 in MessageQueue.__guard
- node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:126:9 in MessageQueue.invokeCallbackAndReturnFlushedQueue
* http://localhost:19001/debugger-ui/debuggerWorker.js:80:58 in <unknown>
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 2
- Comments: 16 (14 by maintainers)
Iโm seeing this in production as well with SDK 35. Also not using BlurView explicitly but I am using
react-native-expo-image-cache. Itโs not obvious what is triggering this for me and I havenโt been able to reproduce it locally. Iโm seeing this on iOS only, although my users are predominantly iOS so it may just be a reflection of that.Was this resolved for others by upgrading SDKs or is this still an issue folks are seeing in the wild?
This is happening to me on SDK36 as well.
Iโm using react-native-expo-image-cache, which uses BlurView on iOS internally.