mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Refactor headers to work with Android NDK
This commit is contained in:
@@ -9,7 +9,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include <React/JSCWrapper.h>
|
||||
#else
|
||||
#include <jschelpers/JSCWrapper.h>
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user