react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Add `Array.push` API

Open tsaichien opened this issue 3 months ago • 6 comments

Summary: Currently, the size of a jsi Array is immutable. Once the Array is created, users can only set the element at an existing index, but not append to it.

This change adds an Array::push API to improve ergonomics.

Changelog: [Internal]

Differential Revision: D82254334

tsaichien avatar Sep 12 '25 18:09 tsaichien

@tsaichien has exported this pull request. If you are a Meta employee, you can view the originating diff in D82254334.

facebook-github-bot avatar Sep 12 '25 18:09 facebook-github-bot

@tsaichien has exported this pull request. If you are a Meta employee, you can view the originating diff in D82254334.

facebook-github-bot avatar Sep 12 '25 21:09 facebook-github-bot

@tsaichien has exported this pull request. If you are a Meta employee, you can view the originating diff in D82254334.

facebook-github-bot avatar Sep 24 '25 01:09 facebook-github-bot

@tsaichien has exported this pull request. If you are a Meta employee, you can view the originating diff in D82254334.

facebook-github-bot avatar Sep 24 '25 01:09 facebook-github-bot

@tsaichien has exported this pull request. If you are a Meta employee, you can view the originating diff in D82254334.

facebook-github-bot avatar Sep 27 '25 01:09 facebook-github-bot

@tsaichien has exported this pull request. If you are a Meta employee, you can view the originating Diff in D82254334.

meta-codesync[bot] avatar Oct 01 '25 19:10 meta-codesync[bot]