react-native-safe-area-context
Version:
A flexible way to handle safe area, also works on Android and web.
17 lines (16 loc) • 371 B
JavaScript
module.exports = {
dependency: {
platforms: {
android: {
libraryName: 'safeareacontext',
componentDescriptors: [
'RNCSafeAreaProviderComponentDescriptor',
'RNCSafeAreaViewComponentDescriptor',
],
cmakeListsPath: 'src/main/jni/CMakeLists.txt',
},
macos: null,
windows: null,
},
},
};