docs: Remove NSNull
This commit is contained in:
@@ -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` |
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user