docs: Remove NSNull
This commit is contained in:
parent
4038db2e28
commit
7025fc1cbe
@ -39,7 +39,7 @@ The Frame Processor Plugin Registry API automatically manages type conversion fr
|
|||||||
| `string` | `NSString*` | `String` |
|
| `string` | `NSString*` | `String` |
|
||||||
| `[]` | `NSArray*` | `Array<Object>` |
|
| `[]` | `NSArray*` | `Array<Object>` |
|
||||||
| `{}` | `NSDictionary*` | `HashMap<Object>` |
|
| `{}` | `NSDictionary*` | `HashMap<Object>` |
|
||||||
| `undefined` / `null` | `nil` / `NSNull` | `null` |
|
| `undefined` / `null` | `nil` | `null` |
|
||||||
| `(any, any) => void` | `RCTResponseSenderBlock` | `(Object, Object) -> void` |
|
| `(any, any) => void` | `RCTResponseSenderBlock` | `(Object, Object) -> void` |
|
||||||
| `Frame` | `CMSampleBufferRefHolder` | `ImageProxy` |
|
| `Frame` | `CMSampleBufferRefHolder` | `ImageProxy` |
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user