-
Notifications
You must be signed in to change notification settings - Fork 180
TypeError: TaskQueue: Error with task: undefined is not an object (evaluating '_this.view{component.measureInWindow') #118
Comments
I am having the same issue. Please help. I am also using react-redux, is that the reason I am getting the error? |
|
Trying to find "react-safe-area-view" in node modules to fix this but it doesn't seem to exist in my project. |
@fonov I can't update Currently upgrading RN Version to 0.63 and using From StackOverflow, I found that if you remove |
Thanks a LOT enrickdl..It really helped me and the issue is resolveed... |
@harrhys Great to hear that! Just FYI, I end it up upgrading react-navigation from v3 to v4, since it's very similar, I didn't have problems and it was very simple. I would suggest that as well. |
Sure @enrickdl ..Thans for you suggestion, I will definitely consider upgrading from v3 to v4. |
I found a workaround for this error, without modifying the index of What I did was to add a resolution in my
Resolutions are only available with yarn: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/ And after that I had to use
expo SDK: 38 Hope this helps someone. |
Thank you @enrickdl - solved my problem too - I'm stuck on an old version of react navigation and must update but really didn't want it to be this month!!! |
@matias91 Thank you so muchhhhh |
it didn't work for me |
@matias91, Thank you for your suggestion on fixing this issue! expo SDK: 39 |
Not worked for me: |
Bug
This issue comes in the latest version. RN -62.2. I have a project with react-navigation older versions. 3.6.9.
Environment info
RN -62.2
react-navigation 3.6.9
react-native info
output:System:
OS: macOS 10.15.4
CPU: (4) x64 Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz
Memory: 141.37 MB / 8.00 GB
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 13.5.0 - /usr/local/bin/node
Yarn: 1.15.2 - /usr/local/bin/yarn
npm: 6.13.4 - /usr/local/bin/npm
Watchman: Not Found
Managers:
CocoaPods: 1.9.1 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 13.4, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2
Android SDK:
API Levels: 25, 27, 28
Build Tools: 27.0.3, 28.0.3
System Images: android-28 | Intel x86 Atom_64, android-28 | Google APIs Intel x86 Atom
Android NDK: Not Found
IDEs:
Android Studio: 3.6 AI-192.7142.36.36.6392135
Xcode: 11.4/11E146 - /usr/bin/xcodebuild
Languages:
Java: 1.8.0_211 - /usr/bin/javac
Python: 2.7.16 - /usr/bin/python
npmPackages:
@react-native-community/cli: Not Found
react: 16.11.0 => 16.11.0
react-native: 0.62.2 => 0.62.2
npmGlobalPackages:
react-native: Not Found
Library version: x.x.x
older version react-navigation with latest react native version issues.
...
Describe what you expected to happen:
.
Reproducible sample code
The text was updated successfully, but these errors were encountered: