You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A typescript error occurs when using UIManager.MyViewManager.Commands.create.toString() in MyView.tsx.
I think it should be replaced with UIManager.getViewManagerConfig('MyViewManager').Commands.create.toString() .
Documentation version
0.70
0.71
0.72
0.73
0.74
The text was updated successfully, but these errors were encountered:
muhammadashfaq
added a commit
to muhammadashfaq/react-native-website
that referenced
this issue
Oct 8, 2024
👋 Hey there, it looks like there has been no activity on this issue in the last 90 days. Has the issue been fixed, or does it still require the community attention? This issue will be closed in the next 7 days if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
Description
https://reactnative.dev/docs/native-components-android#6-implement-the-javascript-module
A typescript error occurs when using
UIManager.MyViewManager.Commands.create.toString()
in MyView.tsx.I think it should be replaced with
UIManager.getViewManagerConfig('MyViewManager').Commands.create.toString()
.Documentation version
0.70
0.71
0.72
0.73
0.74
The text was updated successfully, but these errors were encountered: