magicismight / react-native-root-siblings

A sibling elements manager.
MIT License
706 stars 134 forks source link

Expected to find at least one React renderer #36

Closed a709691139 closed 6 years ago

a709691139 commented 6 years ago

The problem seems to be the package react-native-root-siblings

https://github.com/facebook/react-devtools/issues/1032

sunnylqm commented 6 years ago

Thank you for reporting this issue. I found the cause and posted the explanation there https://github.com/facebook/react-devtools/issues/1032#issuecomment-428654639

But I need more time to think about how to fix it properly.

sunnylqm commented 6 years ago

Fixed in https://github.com/magicismight/react-native-root-siblings/commit/30065fd088940f69153939892aa11da5979fc856

Ray-56 commented 5 years ago

But I still haven't solved the problem! example:

new RootSiblings(
    <View style={styles.container}>
        <Text>9999</Text>
    </View>
);

How to resolve this error?

sunnylqm commented 5 years ago

@guokangf Open a new issue and clearly describe what is the problem