UNPKG

react-native-waterfall-flow

Version:
11 lines (10 loc) 330 B
import WaterfallFlow from './src/' /** * Resolve ES6 and CommonJS compatibility issues * 1. CommonJS code * const WaterfallFlow = require('react-native-waterfall-flow'); * 2. ES6 code * import WaterfallFlow from 'react-native-waterfall-flow'; */ module.exports = WaterfallFlow; module.exports.default = WaterfallFlow;