Skip to content

Commit

Permalink
Fixed issues in native-components-android issue facebook#4172
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadashfaq committed Oct 8, 2024
1 parent 933e4fc commit 34f943f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/legacy/native-components-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ const createFragment = viewId =>
UIManager.dispatchViewManagerCommand(
viewId,
// we are calling the 'create' command
UIManager.MyViewManager.Commands.create.toString(),
UIManager.getViewManagerConfig('MyViewManager').Commands.create.toString(),
[viewId],
);

Expand Down

0 comments on commit 34f943f

Please sign in to comment.