Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add typings for dismissActionSheet method (#40012)
Summary: This pull request addresses two key issues. Firstly, it adds a missing docstring to the `dismissActionSheet` function within the `ActionSheetIOS` object. Secondly, it introduces TypeScript typings for the `dismissActionSheet` function. ## Changelog: [iOS] [Added] - Add missing docstring to the `dismissActionSheet` function in `ActionSheetIOS`. [iOS] [Added] - Add TypeScript typings for the `dismissActionSheet` function in `ActionSheetIOS`. Pull Request resolved: #40012 Test Plan: To ensure the code is solid, I followed these steps: 1. Ran Flow to verify that there were no errors. 2. Added a TypeScript test related to the `dismissActionSheet` function to ensure it's typed as expected. Reviewed By: NickGerleman Differential Revision: D50097458 Pulled By: arushikesarwani94 fbshipit-source-id: 63348239dfe19e3a07f94e5a7b59ae43a47c1975
- Loading branch information