Skip to content

Conversation

devautor
Copy link

Suggested usage from docs (and corresponding example) throws this error:

ERROR  TypeError: contentRef.current.getNode is not a function. (In 'contentRef.current.getNode()', 'contentRef.current.getNode' is undefined)

Removing getNode() fixes this!

My package versions:

    "expo": "~46.0.7",
    "react-native": "0.69.4",
    "react-native-gesture-handler": "~2.5.0",
    "react-native-modalize": "^2.1.1",
    "react-native-reanimated": "~2.9.1",

Suggested usage throws this error:
```
ERROR  TypeError: contentRef.current.getNode is not a function. (In 'contentRef.current.getNode()', 'contentRef.current.getNode' is undefined)
```

Removing `getNode()` fixes this!
Suggested usage throws this error:
```
ERROR  TypeError: contentRef.current.getNode is not a function. (In 'contentRef.current.getNode()', 'contentRef.current.getNode' is undefined)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant