Skip to content

Commit

Permalink
cleanup: Remove 'react-native-safe-area'
Browse files Browse the repository at this point in the history
Now, completely unused, remove the 'react-native-safe-area' package.
  • Loading branch information
borisyankov committed Oct 22, 2018
1 parent e2f2038 commit e6a75a3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
.*/node_modules/react-native-notifications/.*
.*/node_modules/react-native-tab-view/.*
.*/node_modules/react-navigation-redux-helpers/.*
.*/node_modules/react-native-safe-area/.*
.*/node_modules/flow-coverage-report/.*


Expand Down
4 changes: 0 additions & 4 deletions ios/ZulipMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,6 @@
"$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
"$(SRCROOT)/../node_modules/react-native-safe-area/ios/RNSafeArea",
"$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/**",
"$(SRCROOT)/../node_modules/react-native-image-picker/ios",
);
Expand Down Expand Up @@ -1756,7 +1755,6 @@
"$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
"$(SRCROOT)/../node_modules/react-native-safe-area/ios/RNSafeArea",
"$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/**",
"$(SRCROOT)/../node_modules/react-native-image-picker/ios",
);
Expand Down Expand Up @@ -1812,7 +1810,6 @@
"$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
"$(SRCROOT)/../node_modules/react-native-safe-area/ios/RNSafeArea",
"$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/**",
"$(SRCROOT)/../node_modules/react-native-image-picker/ios",
);
Expand Down Expand Up @@ -1853,7 +1850,6 @@
"$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
"$(SRCROOT)/../node_modules/react-native-simple-toast/ios/LRDRCTSimpleToast",
"$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
"$(SRCROOT)/../node_modules/react-native-safe-area/ios/RNSafeArea",
"$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/**",
"$(SRCROOT)/../node_modules/react-native-image-picker/ios",
);
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"react-native-orientation": "^3.1.3",
"react-native-photo-view": "alwx/react-native-photo-view#c58fd6b30",
"react-native-safari-view": "2.0.0",
"react-native-safe-area": "^0.4.1",
"react-native-sentry": "^0.37.0",
"react-native-simple-toast": "0.0.8",
"react-native-sound": "^0.10.9",
Expand Down

0 comments on commit e6a75a3

Please sign in to comment.