status-react/ios
Siddarth Kumar 42cab08553
chore: Improve DX for building the app locally (#18784)
After upgrading `react-native` to `0.72.5` we frequently started seeing the _red screen of death_ on both `Android` and `iOS` simulators right after the app was built and installed.
This used to happen because our workflow required us to do the following :
- `make run-clojure`
- `make run-metro`
- `make run-ios` OR `make run-android`

The problem with this approach was after `metro` was started the `iOS`, `Android` build step would change the files that `metro` couldn't handle and hence metro would go out of sync.
The quick fix back then was to restart `metro` terminal and to open the app again from the simulator.
This was however not a good DX.

This commit fixes that.
We no longer rely on `react-native` cli to generate and deploy debug builds on simulators. We take control of the process via our own script. The new workflow introduced in this commit will first build the app, then install the app on the simulators and then start metro terminal. When `metro` is successfully running the script will then open the app.

The new workflow now is :
- `make run-clojure`
- `make run-ios` OR `make run-android`
2024-02-14 19:58:45 +05:30
..
StatusIm upgrade react-native to 0.72.5 (#17241) 2023-12-11 21:22:23 +05:30
StatusIm.xcodeproj upgrade react-native to 0.72.5 (#17241) 2023-12-11 21:22:23 +05:30
StatusIm.xcworkspace Upgrade react-native to 0.60.5 2019-09-12 16:13:42 +02:00
StatusImPR feat: support new universal/deep link format (#17480) 2023-10-22 09:50:48 +08:00
StatusImTests Upgrade `react-native` from 0.63.3 to 0.67.5 (#15486) 2023-04-12 15:25:19 +05:30
fonts added Inter UI font and made some cleanup 2018-11-06 16:46:58 +01:00
logs ios: add README file to ios/logs directory 2023-03-09 14:55:01 +01:00
nanopb.framework Push notifications: remove and disable Firebase analytics 2017-10-03 16:40:49 +02:00
scripts ci: fix what version is set for iOS PR builds 2020-07-06 09:47:39 +02:00
.xcode.env upgrade `react-native` from 0.67.5 to 0.69.10 (#16016) 2023-06-14 07:17:41 +05:30
Bridge.swift enable Keycard on iOS 2021-02-19 10:26:16 +01:00
Dummy.swift Upgrade react native to 0.62.2 2020-05-06 17:35:13 +03:00
Podfile upgrade react-native to 0.72.5 (#17241) 2023-12-11 21:22:23 +05:30
Podfile.lock chore: Improve DX for building the app locally (#18784) 2024-02-14 19:58:45 +05:30
StatusIm-Bridging-Header.h Upgrade react native to 0.62.2 2020-05-06 17:35:13 +03:00
StatusImTests-Bridging-Header.h enable Keycard on iOS 2021-02-19 10:26:16 +01:00
launch-image-universal.storyboard feat: implement new splash screen static version 2023-03-16 12:57:32 -03:00