Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Dead Code #1323

Merged
merged 7 commits into from
Jul 28, 2020
Merged

Remove Dead Code #1323

merged 7 commits into from
Jul 28, 2020

Conversation

JacobJaffe
Copy link
Collaborator

Removes unused dependencies:

  • "@emotion/core"
  • "@emotion/native"
  • "react-native-app-intro-slider"
  • "react-native-popup-menu"
  • "react-native-simple-crypto"
  • "react-native-uuid-generator"
  • "reanimated-bottom-sheet"
  • "typesafe-actions"
  • "typesafe-actions"
  • "valid-url"
  • "victory-native"

Removes unused obviously unused assets & config files

@@ -32,7 +32,7 @@ const LocationsPermissions = (): JSX.Element => {
const dispatch = useDispatch();
const { location } = useContext(PermissionsContext);

useStatusBarEffect('dark-content');
useStatusBarEffect('light-content');
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed these also, which should be light

@JacobJaffe JacobJaffe merged commit 1eca568 into develop Jul 28, 2020
@JacobJaffe JacobJaffe deleted the jj/cleanup-dead-code branch July 28, 2020 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants