Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolen committed Sep 22, 2023
1 parent b559812 commit 925b003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Navigation/AppNavigator/ModalStackNavigators.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const defaultSubRouteOptions = {
/**
* Create a modal stack navigator with an array of sub-screens.
*
* @param {Object[]} screens array of screen config objects
* @param {Object} screens key/value pairs where the key is the name of the screen and the value is a functon that returns the lazy-loaded component
* @returns {Function}
*/
function createModalStackNavigator(screens) {
Expand Down

0 comments on commit 925b003

Please sign in to comment.