UNPKG

react-native-auto-skeleton

Version:

🚀 Automatically generates skeleton based on your existing UI layout without manual configuration.

11 lines (10 loc) • 303 B
"use strict"; const { createRunOncePlugin } = require('@expo/config-plugins'); const pkg = require('../../package.json'); function withAutoSkeleton(config) { return config; } module.exports = createRunOncePlugin(withAutoSkeleton, pkg.name, pkg.version); //# sourceMappingURL=withAutoSkeleton.js.map