UNPKG

react-native-pull-ups

Version:

Native Bottom Sheet Implementations for iOS and Android. Toddler approved.

8 lines (7 loc) 271 B
/* This file is necessary in order for TypeScript * to properly understand the .android and .ios * file extensions used by react-native */ import DefaultIos from './index.ios'; export * from './index.ios'; export default DefaultIos; //# sourceMappingURL=index.d.js.map