Skip to content

Commit

Permalink
fix:Compatible with version 0.72 (#379)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
NiuGuohui committed Apr 27, 2023
1 parent 5ea2592 commit 4611840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <react/renderer/components/safeareacontext/Props.h>
#include <react/renderer/graphics/Geometry.h>
#include <react/renderer/graphics/RectangleEdges.h>
#include <vector>

#ifdef ANDROID
Expand Down

0 comments on commit 4611840

Please sign in to comment.