status-react/scripts/lint
Siddarth Kumar 92dcd1140b
refactor native modules into separate modules (#18385)
The native module : `react-native-status` has always been 1 big fat file per platform which contained all of the native modules.

In case of Android it was `StatusModule.java`
This commit modularises it & attempts to thin out this 1 big file into these categories:
- `AccountManager.java`
- `EncryptionUtils.java`
- `DatabaseManager.java`
- `UIHelper.java`
- `LogManager.java`
- `NetworkManager.java`
- `Utils.java`

In case of iOS it was `RCTStatus.m`
This commit modularises it & attempts to thin out this 1 big file into these categories:
- `AccountManager.m`
- `EncryptionUtils.m`
- `DatabaseManager.m`
- `UIHelper.m`
- `LogManager.m`
- `NetworkManager.m`
- `Utils.m`

In this commit we also remove a lot of unused native code which has no reference on cljs side.
2024-01-15 18:57:35 +05:30
..
direct-require-component-outside-quo.sh chore: lint require i18n-resources first in status-im2.core (#17905) 2023-11-16 11:10:40 +08:00
re-frame-in-quo-components.sh move status-im from utils (#18249) 2023-12-21 18:16:59 +01:00
require-i18n-resource-first.sh Fix component tests, upgrade Jest & friends, and a few other goodies (#18276) 2023-12-26 11:58:23 -03:00
trailing-newline.sh refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
translations.clj chore: lint require i18n-resources first in status-im2.core (#17905) 2023-11-16 11:10:40 +08:00