UNPKG

react-native-splash-view

Version:

A lightweight splash screen library for React Native.

15 lines (14 loc) 356 B
/** * @type {import('@react-native-community/cli-types').UserDependencyConfig} */ module.exports = { dependency: { platforms: { android: { cmakeListsPath: 'generated/jni/CMakeLists.txt', packageImportPath: 'import com.splashview.SplashViewPackage;', packageInstance: 'new SplashViewPackage()', }, }, }, };