status-react/ios/StatusIm
Siddarth Kumar 761a7df06f
upgrade react-native to 0.72.5 (#17241)
This commit does many things :
- Upgrade `react-native ` to `0.72.5`
- Upgrade `react-native-reanimated` to  `3.5.4`
- Upgrade `react-native-navigation` to `7.37.0`
- `ndkVersion` has been bumped to `25.2.9519653`
- `cmakeVersion` has been bumped to `3.22.1`
- `kotlinVersion` has been bumped to `1.7.22`
- `AGP` has been bumped to `7.4.2`
- `Gradle` has been upgraded to `8.0.1`
- Android `CompileSDK` and `TargetSDK` have been bumped to 33
- `@react-native-async-storage/async-storage` has been upgraded to `1.19.3`
- `@walletconnect/client` has been nuked
- some of the old `react-native-reanimated` code has been nuked
- `react-native-keychain` fork has been replaced with `8.1.2`

- On Android we are currently relying on `Hermes` Engine.
- On iOS we are currently relying on `JSC`
- We are not enabling new architecture for now (I have plans for that in the future) ref: https://github.com/status-im/status-mobile/issues/18138

IOS only PR : https://github.com/status-im/status-mobile/pull/16721
Android only PR : https://github.com/status-im/status-mobile/pull/17062

- `make run-metro` now has a target of `android` which was `clojure` earlier, this will increase the time it takes to start metro terminal but this is needed otherwise you will get a nasty error while developing for android locally.
2023-12-11 21:22:23 +05:30
..
Images.xcassets Lint and fix missing trailing newlines (#16445) 2023-07-04 19:40:13 +00:00
AppDelegate.h upgrade react-native to 0.72.5 (#17241) 2023-12-11 21:22:23 +05:30
AppDelegate.mm upgrade react-native to 0.72.5 (#17241) 2023-12-11 21:22:23 +05:30
Info.plist feat: support new universal/deep link format (#17480) 2023-10-22 09:50:48 +08:00
LaunchScreen.storyboard RN 63 and xcode12 2021-01-14 09:41:38 +01:00
StatusIm.entitlements feat: support new universal/deep link format (#17480) 2023-10-22 09:50:48 +08:00
launch-icon.png feat: implement new splash screen static version 2023-03-16 12:57:32 -03:00
launch-icon@2x.png feat: implement new splash screen static version 2023-03-16 12:57:32 -03:00
launch-icon@3x.png feat: implement new splash screen static version 2023-03-16 12:57:32 -03:00
main.m Upgrade `react-native` from 0.63.3 to 0.67.5 (#15486) 2023-04-12 15:25:19 +05:30