React-Native: Invariant Violation: View config getter callback for component canvas
must be a function (received undefined
).
#523
Unanswered
Ksmike
asked this question in
Help Wanted!
Replies: 1 comment 5 replies
-
did you solve this issue ? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Trying to get a WebGL unity project running in my React-Native applications, after following a tutorial on Youtube
my App is a very very very simple, a single App.js file atm, and the Described code for the component
here's my code
The error I am getting is:

Not sure why, can't find any documentation other than: https://heygabriel.medium.com/react-native-view-config-getter-callback-for-component-7449e1ac754b but the imports look correct, it made me wonder if react-unity-webgl was actually I compatible I with react native,
Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions