question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tag #? is not a descendant of <RCTShadowView

See original GitHub issue

Hi all, firstly, thanks for the component and for your time of maintaining it.

I’m using native-base which uses react-native-keyboard-aware-scroll-view. I was aware of the issue #25 and was waiting for the new react-native and react-native-keyboard-aware-scroll-view versions (respectively 0.32.0 and 0.2.0). Even after the upgrade, I’m still having this issue on IOS when I focus an input and keyboard shows up.

image

My package.json looks like this:

"dependencies": {
    "buffer": "^4.9.0",
    "native-base": "0.5.7",
    "react": "~15.3.0",
    "react-native": "0.32.0",
    "react-native-code-push": "^1.13.5-beta",
    "react-native-fbsdk": "^0.3.0",
    "react-native-i18n": "0.0.8",
    "react-native-image-picker": "^0.21.5",
    "react-native-keyboard-aware-scroll-view": "0.2.0",
    "react-native-multiple-choice": "0.0.8",
    "react-native-swiper": "^1.4.9",
    "react-native-vector-icons": "^2.0.3",
    "react-redux": "^4.4.5",
    "redux": "^3.5.2",
    "redux-logger": "^2.6.1",
    "redux-persist": "^3.2.2",
    "redux-promise": "^0.5.3",
    "redux-thunk": "^2.1.0",
    "remote-redux-devtools": "^0.3.4",
    "rx": "^4.1.0"
  }

Am I missing something or is this a bug?

Thanks!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7

github_iconTop GitHub Comments

2reactions
sankhadeeproy007commented, Aug 29, 2016

Hi @carlosgarbiatti! I am an author of native-base and I can confirm that it works fine with RN 0.32.0 and 0.2.0. Deleting the node_modules directory as suggested should do the trick. Btw @alvaromb thanks for this lovely library. You saved me a lot of headache!

1reaction
alvarombcommented, Aug 30, 2016

Glad you found the issue! Anyway, thanks for reporting, Carlos 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

RCTTextField is not a descendant of RCTShadowView error
I have found out what the problem in my case was - as the answer seems to help people solve similar issues here...
Read more >
react-native-macos - UNPKG
387, RCTShadowView *shadowView = self->_shadowViewRegistry[tag];. 388. 389, if (shadowView == nil) {. 390, RCTLogInfo(. 391, @"Could not locate shadow view ...
Read more >
Bountysource
ExceptionsManager.js:71 view (tag #1295) is not a descendant of (tag #1256)reactConsoleErrorHandler @ ExceptionsManager.js:71console.error ...
Read more >
aksonov/react-native-router-flux - Gitter
... (tag #292) is not a descendant of <RCTShadowView: 0x15eab5490; viewName: RCTView; reactTag: 229; frame: {{0, 0}, {320, 799}}> (tag #229).
Read more >
React/Views/RCTShadowView.h ... - GitLab
set to NO in RCTUIManager after the layout pass is done and all frames have been ... (CGRect)measureLayoutRelativeToAncestor:(RCTShadowView *)ancestor;.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found