Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: RCTConvert - allocate array with capacity (facebook#35490)
Summary: this is a trivial change that allocates the NSMutableArray with the correct capacity before it is filled ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [Internal] [Changed] - RCTConvertVecToArray - allocate array with capacity Pull Request resolved: facebook#35490 Test Plan: tested locally: the code builds and runs as expected Reviewed By: cipolleschi Differential Revision: D41548050 Pulled By: GijsWeterings fbshipit-source-id: a5b947331d6c5fffcfecc7c20c827f42442b1ab8
- Loading branch information