Refactor headers to work with Android NDK

This commit is contained in:
Leland Richardson
2017-02-06 18:17:48 -08:00
parent 44eedabf52
commit 85535e60cb
4 changed files with 18 additions and 0 deletions
+4
View File
@@ -9,7 +9,11 @@
#pragma once
#if defined(__APPLE__)
#include <React/JSCWrapper.h>
#else
#include <jschelpers/JSCWrapper.h>
#endif
#if defined(__APPLE__)