92dcd1140b
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. |
||
---|---|---|
.. | ||
hooks | ||
lint | ||
version | ||
adb_devices_abis.sh | ||
build-android.sh | ||
check-metro-shadow-process.sh | ||
check-nix-shell.sh | ||
colors.sh | ||
cut-release.sh | ||
diawi-upload.mjs | ||
encrypt-keychain.sh | ||
fdroid-pr.sh | ||
gen-random-passphrase.sh | ||
generate-keystore.sh | ||
inotify_fix.sh | ||
list-pull-requests.sh | ||
merge-pr.sh | ||
pr-statistics.sh | ||
sign-android.sh | ||
start-react-native.sh | ||
update-status-go.sh | ||
wait-for.sh |