Skip to content

Commit

Permalink
Export JNativeRunnable from react/jni
Browse files Browse the repository at this point in the history
Summary: Adding JNativeRunnable to exported headers in react/jni/BUCK so I can use it outside of CatalystInstance.

Reviewed By: axe-fb

Differential Revision: D14817655

fbshipit-source-id: 15aa794e50f273778da337956c887c235a5aec3d
  • Loading branch information
Emily Janzer authored and dsyang committed Apr 12, 2019
1 parent 314c490 commit bbb028b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ReactAndroid/src/main/jni/react/jni/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ EXPORTED_HEADERS = [
"JavaScriptExecutorHolder.h",
"JCallback.h",
"JMessageQueueThread.h",
"JNativeRunnable.h",
"JReactMarker.h",
"JSLoader.h",
"JSLogging.h",
Expand Down

0 comments on commit bbb028b

Please sign in to comment.