From 7025fc1cbeaa020ac91dab9dc342e21db5639a91 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 8 Jun 2021 15:24:56 +0200 Subject: [PATCH] docs: Remove `NSNull` --- docs/docs/guides/FRAME_PROCESSORS_CREATE_OVERVIEW.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/FRAME_PROCESSORS_CREATE_OVERVIEW.mdx b/docs/docs/guides/FRAME_PROCESSORS_CREATE_OVERVIEW.mdx index 62c5558..925bb32 100644 --- a/docs/docs/guides/FRAME_PROCESSORS_CREATE_OVERVIEW.mdx +++ b/docs/docs/guides/FRAME_PROCESSORS_CREATE_OVERVIEW.mdx @@ -39,7 +39,7 @@ The Frame Processor Plugin Registry API automatically manages type conversion fr | `string` | `NSString*` | `String` | | `[]` | `NSArray*` | `Array` | | `{}` | `NSDictionary*` | `HashMap` | -| `undefined` / `null` | `nil` / `NSNull` | `null` | +| `undefined` / `null` | `nil` | `null` | | `(any, any) => void` | `RCTResponseSenderBlock` | `(Object, Object) -> void` | | `Frame` | `CMSampleBufferRefHolder` | `ImageProxy` |