@@ -5,7 +5,36 @@ exports[`shows up current config without unnecessary output 1`] = `
55 " root" : " <<REPLACED_ROOT>>/TestProject" ,
66 " reactNativePath" : " <<REPLACED_ROOT>>/TestProject/node_modules/react-native" ,
77 " reactNativeVersion" : " <<REPLACED>>" ,
8- " dependencies" : {},
8+ " dependencies" : {
9+ " react-native-safe-area-context" : {
10+ " root" : " <<REPLACED_ROOT>>/TestProject/node_modules/react-native-safe-area-context" ,
11+ " name" : " react-native-safe-area-context" ,
12+ " platforms" : {
13+ " ios" : {
14+ " podspecPath" : " <<REPLACED_ROOT>>/TestProject/node_modules/react-native-safe-area-context/react-native-safe-area-context.podspec" ,
15+ " version" : " 5.6.1" ,
16+ " configurations" : [],
17+ " scriptPhases" : []
18+ },
19+ " android" : {
20+ " sourceDir" : " <<REPLACED_ROOT>>/TestProject/node_modules/react-native-safe-area-context/android" ,
21+ " packageImportPath" : " import com.th3rdwave.safeareacontext.SafeAreaContextPackage;" ,
22+ " packageInstance" : " new SafeAreaContextPackage()" ,
23+ " buildTypes" : [],
24+ " libraryName" : " safeareacontext" ,
25+ " componentDescriptors" : [
26+ " RNCSafeAreaProviderComponentDescriptor" ,
27+ " RNCSafeAreaViewComponentDescriptor"
28+ ],
29+ " cmakeListsPath" : " <<REPLACED_ROOT>>/TestProject/node_modules/react-native-safe-area-context/android/src/main/jni/CMakeLists.txt" ,
30+ " cxxModuleCMakeListsModuleName" : null ,
31+ " cxxModuleCMakeListsPath" : null ,
32+ " cxxModuleHeaderName" : null ,
33+ " isPureCxxDependency" : false
34+ }
35+ }
36+ }
37+ },
938 " commands" : [
1039 {
1140 " name" : " bundle" ,
0 commit comments