Export stringForScriptTag symbol
Reviewed By: javache Differential Revision: D5470782 fbshipit-source-id: 889d3251f01b5f5d4e75b32dceb12a99e9e61262
This commit is contained in:
parent
214f544e37
commit
436218b08d
|
@ -55,7 +55,7 @@ RN_EXPORT ScriptTag parseTypeFromHeader(const BundleHeader& header);
|
||||||
* Convert an `ScriptTag` enum into a string, useful for emitting in errors
|
* Convert an `ScriptTag` enum into a string, useful for emitting in errors
|
||||||
* and diagnostic messages.
|
* and diagnostic messages.
|
||||||
*/
|
*/
|
||||||
const char* stringForScriptTag(const ScriptTag& tag);
|
RN_EXPORT const char* stringForScriptTag(const ScriptTag& tag);
|
||||||
|
|
||||||
} // namespace react
|
} // namespace react
|
||||||
} // namespace facebook
|
} // namespace facebook
|
||||||
|
|
Loading…
Reference in New Issue