mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fabric: Using include instead of import in non-Objective-C file
Summary: `#import` is non-standard C++ extension which is AFAIK part of Objective-C. I am surprised that it even compiles on Android. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D23407689 fbshipit-source-id: 2861138cbcce33674e118a1ad816e33bbf8f30fe
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fe79abb32c
commit
6d3dcc72c5
@@ -11,7 +11,7 @@
|
||||
#include "ReactNativeConfigHolder.h"
|
||||
#include "StateWrapperImpl.h"
|
||||
|
||||
#import <better/set.h>
|
||||
#include <better/set.h>
|
||||
#include <fbjni/fbjni.h>
|
||||
#include <jsi/JSIDynamic.h>
|
||||
#include <jsi/jsi.h>
|
||||
|
||||
Reference in New Issue
Block a user