From 461184030708c66a18c429c21694e0cb099e14cc Mon Sep 17 00:00:00 2001 From: Ollie Date: Thu, 27 Apr 2023 14:45:41 +0800 Subject: [PATCH] fix:Compatible with version 0.72 (#379) * fix:Compatible with version 0.72 The Geometry.h file is deprecated and will be removed in the next version of React Native. * Update RNCSafeAreaViewState.h --- .../renderer/components/safeareacontext/RNCSafeAreaViewState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h b/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h index d9c4c19..f78a608 100644 --- a/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h +++ b/common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewState.h @@ -1,7 +1,7 @@ #pragma once #include -#include +#include #include #ifdef ANDROID