Skip to content

Commit

Permalink
Merge pull request #8571 from Expensify/Rory-RevertAutoScrollback
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed May 6, 2022
2 parents 54f55b6 + 5e3b795 commit cc14895
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 97 deletions.
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
"rn-fetch-blob": "^0.12.0",
"save": "^2.4.0",
"shim-keyboard-event-key": "^1.0.3",
"smoothscroll-polyfill": "^0.4.4",
"underscore": "^1.13.1",
"urbanairship-react-native": "^11.0.2"
},
Expand Down
3 changes: 0 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import OnyxProvider from './components/OnyxProvider';
import HTMLEngineProvider from './components/HTMLEngineProvider';
import ComposeProviders from './components/ComposeProviders';
import SafeArea from './components/SafeArea';
import initializeiOSSafariAutoScrollback from './libs/iOSSafariAutoScrollback';

LogBox.ignoreLogs([
// Basically it means that if the app goes in the background and back to foreground on Android,
Expand Down Expand Up @@ -41,6 +40,4 @@ const App = () => (

App.displayName = 'App';

initializeiOSSafariAutoScrollback();

export default App;
3 changes: 0 additions & 3 deletions src/libs/iOSSafariAutoScrollback/index.js

This file was deleted.

85 changes: 0 additions & 85 deletions src/libs/iOSSafariAutoScrollback/index.web.js

This file was deleted.

0 comments on commit cc14895

Please sign in to comment.