Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add registerCallableModule types (#43366)
Summary: `registerCallableModule()` was added from 7f549ec but no typescript types there. this pr tries to add the corresponding types. ## Changelog: [GENERAL] [FIXED] - Add missing `registerCallableModule` TypeScript definitions Pull Request resolved: #43366 Test Plan: patch locally and try to `import { registerCallableModule } from 'react-native';` in a 0.74.0-rc.2 project Reviewed By: fabriziocucci Differential Revision: D54676151 Pulled By: cortinico fbshipit-source-id: cd01f2ebe2d2516b458fae5b2e83cba3d3794455
- Loading branch information