UNPKG

react-native-auto-skeleton

Version:

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

9 lines (6 loc) • 244 B
const { createRunOncePlugin } = require('@expo/config-plugins'); const pkg = require('../../package.json'); function withAutoSkeleton(config) { return config; } module.exports = createRunOncePlugin(withAutoSkeleton, pkg.name, pkg.version);