mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Resolving case sensitivity issue in header file import (#42786)
Summary: Fixes included header case.  cc. cipolleschi . ## Changelog: [IOS] [FIXED] - Resolving case sensitivity issue in header file import Pull Request resolved: https://github.com/facebook/react-native/pull/42786 Test Plan: NULL. Reviewed By: dmytrorykun Differential Revision: D53917009 Pulled By: cipolleschi fbshipit-source-id: 53eda41278eaeaf78fff8d2c8dee72c913492019
This commit is contained in:
committed by
Facebook GitHub Bot
parent
55c5cd67a2
commit
d655fee28b
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user