Skip to content

Commit

Permalink
[iOS] Resolving case sensitivity issue in header file import
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwuzw committed Feb 1, 2024
1 parent 02fe2f0 commit 568e056
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#pragma once

#include <react/debug/react_native_expect.h>
#include <react/renderer/core/rawValue.h>
#include <react/renderer/core/RawValue.h>
#include <react/renderer/graphics/Color.h>
#include <react/renderer/graphics/fromRawValueShared.h>
#include <react/utils/ContextContainer.h>
Expand Down

0 comments on commit 568e056

Please sign in to comment.