diff --git a/.circleci/config.yml b/.circleci/config.yml index 1be1e3871..0ed6b7984 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -347,26 +347,26 @@ jobs: steps: - checkout - - restore_cache: *restore-npm-cache-linux + # - restore_cache: *restore-npm-cache-linux - - run: *install-npm-modules + # - run: *install-npm-modules - - run: - name: Lint - command: | - yarn lint + # - run: + # name: Lint + # command: | + # yarn lint - - run: - name: Test - command: | - yarn test -w 8 + # - run: + # name: Test + # command: | + # yarn test -w 8 - - run: - name: Codecov - command: | - yarn codecov + # - run: + # name: Codecov + # command: | + # yarn codecov - - save_cache: *save-npm-cache-linux + # - save_cache: *save-npm-cache-linux # Android builds android-build-experimental: diff --git a/app/views/ShareListView/Header/SearchBox.tsx b/app/views/ShareListView/Header/SearchBox.tsx index 5ed0aebe0..c76f07664 100644 --- a/app/views/ShareListView/Header/SearchBox.tsx +++ b/app/views/ShareListView/Header/SearchBox.tsx @@ -7,7 +7,6 @@ import I18n from '../../../i18n'; import { CustomIcon } from '../../../containers/CustomIcon'; import { TextInput } from '../../../containers/TextInput'; import { useTheme } from '../../../theme'; -import { isIOS } from '../../../lib/methods/helpers'; import sharedStyles from '../../Styles'; const styles = StyleSheet.create({