Skip to content

Commit 0c4d027

Browse files
committed
cleanup: Remove 'react-native-safe-area'
Now, completely unused, remove the 'react-native-safe-area' package.
1 parent 0bb9813 commit 0c4d027

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.flowconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
.*/node_modules/react-native-notifications/.*
3131
.*/node_modules/react-native-tab-view/.*
3232
.*/node_modules/react-navigation-redux-helpers/.*
33-
.*/node_modules/react-native-safe-area/.*
3433
.*/node_modules/flow-coverage-report/.*
3534

3635

ios/ZulipMobile.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,6 @@
17051705
"$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
17061706
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
17071707
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
1708-
"$(SRCROOT)/../node_modules/react-native-safe-area/ios/RNSafeArea",
17091708
"$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/**",
17101709
"$(SRCROOT)/../node_modules/react-native-image-picker/ios",
17111710
);
@@ -1756,7 +1755,6 @@
17561755
"$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
17571756
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
17581757
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
1759-
"$(SRCROOT)/../node_modules/react-native-safe-area/ios/RNSafeArea",
17601758
"$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/**",
17611759
"$(SRCROOT)/../node_modules/react-native-image-picker/ios",
17621760
);
@@ -1812,7 +1810,6 @@
18121810
"$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
18131811
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
18141812
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
1815-
"$(SRCROOT)/../node_modules/react-native-safe-area/ios/RNSafeArea",
18161813
"$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/**",
18171814
"$(SRCROOT)/../node_modules/react-native-image-picker/ios",
18181815
);
@@ -1853,7 +1850,6 @@
18531850
"$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
18541851
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
18551852
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
1856-
"$(SRCROOT)/../node_modules/react-native-safe-area/ios/RNSafeArea",
18571853
"$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/**",
18581854
"$(SRCROOT)/../node_modules/react-native-image-picker/ios",
18591855
);

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"react-native-orientation": "^3.1.3",
6161
"react-native-photo-view": "alwx/react-native-photo-view#c58fd6b30",
6262
"react-native-safari-view": "2.0.0",
63-
"react-native-safe-area": "^0.4.1",
6463
"react-native-sentry": "^0.37.0",
6564
"react-native-simple-toast": "0.0.8",
6665
"react-native-sound": "^0.10.9",

0 commit comments

Comments
 (0)