UNPKG

rn-fade-wrapper

Version:

🔥 Fade gradient wrapper for React Native scrollable views and overlays on iOS and Android.

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