17 lines
371 B
JavaScript
17 lines
371 B
JavaScript
module.exports = {
|
|
dependency: {
|
|
platforms: {
|
|
android: {
|
|
libraryName: 'safeareacontext',
|
|
componentDescriptors: [
|
|
'RNCSafeAreaProviderComponentDescriptor',
|
|
'RNCSafeAreaViewComponentDescriptor',
|
|
],
|
|
cmakeListsPath: 'src/main/jni/CMakeLists.txt',
|
|
},
|
|
macos: null,
|
|
windows: null,
|
|
},
|
|
},
|
|
};
|