diff --git a/src/style-sheet/index.ts b/src/style-sheet/index.ts index 9c5fba6..89bca0e 100644 --- a/src/style-sheet/index.ts +++ b/src/style-sheet/index.ts @@ -13,6 +13,7 @@ export const NativeWindStyleSheet = { setPlatform: runtime.setPlatform.bind(runtime), setOutput: runtime.setOutput.bind(runtime), setColorScheme: runtime.setColorScheme.bind(runtime), + parse: runtime.parse.bind(runtime), setDangerouslyCompileStyles: runtime.setDangerouslyCompileStyles.bind(runtime), };