mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-10 08:45:58 +00:00
da25280555
## Summary This PR removes all of the unused `npm` libraries and their corresponding `gradle`/`cocoapods` dependencies. The list of npm dependencies removed are : - `@babel/preset-typescript` - `create-react-class` - `react-native-haptic-feedback` - `react-native-image-viewing` - `react-native-languages` - `react-native-randombytes` - `react-syntax-highlighter` - `rn-emoji-keyboard` - `tdigest` This saves us some bytes in the bundle size. ## Platforms - Android - iOS