From 4ee3ab2784b5862e6cb63868559ddf5607ff1539 Mon Sep 17 00:00:00 2001 From: Alon Date: Tue, 25 Oct 2022 16:11:20 +0300 Subject: [PATCH] missed oen --- src/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.d.ts b/src/index.d.ts index 0851e6c..4347a12 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -3,10 +3,10 @@ import * as React from 'react'; import { ViewStyle, Insets, - PointPropType, NativeSyntheticEvent, NativeScrollEvent, } from 'react-native'; +import { PointPropType } from 'deprecated-react-native-prop-types'; export type FontWeight = | 100