UNPKG

@native-twin/core

Version:

Tailwindcss StyleSheet generator for react native/web

13 lines (9 loc) 307 B
import { createElement } from 'react'; const jsx = require('@native-twin/jsx/jsx-runtime'); const originalJSX = require('react/jsx-runtime'); Object.assign(originalJSX, jsx); export function withExpoSnack(Component) { return function WithExpoSnackLoader() { return createElement(Component); }; }