docs: Remove NSNull

This commit is contained in:
Marc Rousavy 2021-06-08 15:24:56 +02:00 committed by GitHub
parent 4038db2e28
commit 7025fc1cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ The Frame Processor Plugin Registry API automatically manages type conversion fr
| `string` | `NSString*` | `String` |
| `[]` | `NSArray*` | `Array<Object>` |
| `{}` | `NSDictionary*` | `HashMap<Object>` |
| `undefined` / `null` | `nil` / `NSNull` | `null` |
| `undefined` / `null` | `nil` | `null` |
| `(any, any) => void` | `RCTResponseSenderBlock` | `(Object, Object) -> void` |
| `Frame` | `CMSampleBufferRefHolder` | `ImageProxy` |