This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

1 line
642 B
Plaintext

{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,6BAA4D;AAAnD,gIAAA,OAAO,OAA4B;AAC5C,qCAAoE;AAA3D,wIAAA,OAAO,OAAgC;AAEhD,yCAAsF;AAA7E,wHAAA,2BAA2B,OAAA;AAAE,uHAAA,0BAA0B,OAAA","sourcesContent":["export { default as configureIosSplashScreen } from './ios';\nexport { default as configureAndroidSplashScreen } from './android';\n\nexport { SplashScreenImageResizeMode, SplashScreenStatusBarStyle } from './constants';\nexport {\n IosSplashScreenConfigJSON as IosSplashScreenConfig,\n AndroidSplashScreenConfigJSON as AndroidSplashScreenConfig,\n} from './SplashScreenConfig';\n"]}