Export stringForScriptTag symbol

Reviewed By: javache

Differential Revision: D5470782

fbshipit-source-id: 889d3251f01b5f5d4e75b32dceb12a99e9e61262
This commit is contained in:
Martin Kralik 2017-07-21 13:49:05 -07:00 committed by Facebook Github Bot
parent 214f544e37
commit 436218b08d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ RN_EXPORT ScriptTag parseTypeFromHeader(const BundleHeader& header);
* Convert an `ScriptTag` enum into a string, useful for emitting in errors
* and diagnostic messages.
*/
const char* stringForScriptTag(const ScriptTag& tag);
RN_EXPORT const char* stringForScriptTag(const ScriptTag& tag);
} // namespace react
} // namespace facebook