UNPKG

rn-fade-wrapper

Version:

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

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