Commit 4d3fc9a
Fix return type for Bridging::fromJs
Summary:
Fixes return type to receive correct generic types.
Before:
```
static std::pair<T1, T1>
fromJs(facebook::jsi::Runtime &rt, const jsi::Array &array, const std::shared_ptr<CallInvoker> &jsInvoker)
```
After:
```
static std::pair<T1, T2>
fromJs(facebook::jsi::Runtime &rt, const jsi::Array &array, const std::shared_ptr<CallInvoker> &jsInvoker)
```
Changelog:
[Internal]
Differential Revision: D982928201 parent c198c80 commit 4d3fc9a
7 files changed
Lines changed: 7 additions & 7 deletions
File tree
- packages/react-native/ReactCommon/react/bridging
- scripts/cxx-api/api-snapshots
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10420 | 10420 | | |
10421 | 10421 | | |
10422 | 10422 | | |
10423 | | - | |
| 10423 | + | |
10424 | 10424 | | |
10425 | 10425 | | |
10426 | 10426 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10247 | 10247 | | |
10248 | 10248 | | |
10249 | 10249 | | |
10250 | | - | |
| 10250 | + | |
10251 | 10251 | | |
10252 | 10252 | | |
10253 | 10253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12876 | 12876 | | |
12877 | 12877 | | |
12878 | 12878 | | |
12879 | | - | |
| 12879 | + | |
12880 | 12880 | | |
12881 | 12881 | | |
12882 | 12882 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12703 | 12703 | | |
12704 | 12704 | | |
12705 | 12705 | | |
12706 | | - | |
| 12706 | + | |
12707 | 12707 | | |
12708 | 12708 | | |
12709 | 12709 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7181 | 7181 | | |
7182 | 7182 | | |
7183 | 7183 | | |
7184 | | - | |
| 7184 | + | |
7185 | 7185 | | |
7186 | 7186 | | |
7187 | 7187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7172 | 7172 | | |
7173 | 7173 | | |
7174 | 7174 | | |
7175 | | - | |
| 7175 | + | |
7176 | 7176 | | |
7177 | 7177 | | |
7178 | 7178 | | |
| |||
0 commit comments