Files
projet_gestion_commande/frontend-admin/node_modules/react-native-safe-area-context/react-native.config.js
T
2026-02-07 22:33:02 +01:00

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,
},
},
};