iou90 / react-native-autoheight-webview

An auto height webview for React Native
ISC License
492 stars 162 forks source link

Use React.createElement instead of JSX #193

Closed viatsko closed 3 years ago

viatsko commented 3 years ago

While raw react-native will successfully load this library, some environments might not have sufficient transpilation rules for packages imported in node_modules, resulting in parse errors (can't parse JSX). This fix will make this package more universal and eliminate the need of adding targetted transpilation rule to babel.config.js.