Skip to content

Commit

Permalink
Try fix ci failed
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwuzw committed Jan 3, 2024
1 parent 1aa509c commit dc6b7c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@

#pragma once

#include <react/renderer/core/PropsParserContext.h>
#include <react/renderer/core/RawProps.h>
#include <react/renderer/graphics/Color.h>

namespace facebook::react {

class RawValue;
struct PropsParserContext;

SharedColor parsePlatformColor(
const PropsParserContext& context,
const RawValue& value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#include <react/renderer/core/RawProps.h>
#include <react/renderer/core/graphicsConversions.h>
#include <react/renderer/graphics/HostPlatformColor.h>
#include <react/renderer/graphics/RCTPlatformColorUtils.h>
Expand Down

0 comments on commit dc6b7c4

Please sign in to comment.