Граф коммитов

17 Коммитов

Автор SHA1 Сообщение Дата
Tommy Nguyen 9a0d1e1c80
fix(visionos): fix build failing when Hermes is enabled (#2308) 2024-11-06 19:43:55 +01:00
Tommy Nguyen 99c4601ace
refactor(apple): move `generate_*` functions to separate files (#2009) 2024-05-02 13:23:57 +02:00
Tommy Nguyen 58e6cc13b7
fix(macos): add `applicationCategoryType` and `humanReadableCopyright` (#1992) 2024-04-26 08:33:07 +02:00
Tommy Nguyen a9ff329958
feat: add support for custom app fonts (#1828)
Fonts are now registered properly when added to the "resources" field in
`app.json`.

Note that the font name may differ between Android and iOS/macOS. Android uses
the filename (without extension) as the id. On iOS/macOS, check the docs:
https://developer.apple.com/documentation/uikit/text_display_and_fonts/adding_a_custom_font_to_your_app
2024-02-12 12:00:37 +00:00
Tommy Nguyen 5a358eb859
test: load and use `rubocop-minitest` (#1201) 2022-11-12 15:24:27 -08:00
Tommy Nguyen 8d288a97cb
fix(apple): workaround for code signing resource bundles (#1121) 2022-09-17 12:59:06 +02:00
Tommy Nguyen b2b5f92538
fix(macos): prepare support for react-native-macos 0.66 (#704) 2022-01-18 12:32:27 +00:00
Tommy Nguyen 1c66b59094
ci: fix CI failing on `bundle install` (#603) 2021-11-22 13:09:31 +00:00
Tommy Nguyen 0e11850e2a
fix(Apple): Allow passing options to use_react_native! (#266)
Allow options to be passed directly to `use_react_native!`, such as
`:hermes_enabled` introduced in 0.64:

```rb
use_test_app! :hermes_enabled => true
```
2021-01-04 11:57:12 +01:00
Tommy Nguyen 1f3d4a3e78
ci: Run Prettier on JSON and YAML files (#234) 2020-10-08 21:01:16 +02:00
Tommy Nguyen c2a4ce1535
fix(iOS): Split out Xcode build configuration (#141)
Co-authored-by: Eloy Durán <eloy.de.enige@gmail.com>
2020-07-04 22:53:21 +02:00
Tommy Nguyen d6590702a8
fix: Always copy 'app.json' (#138) 2020-07-01 13:40:27 +02:00
Tommy Nguyen 7e976d3789
test: Add tests for autolink_script_path, autolink_script_version (#134) 2020-06-26 15:25:17 +02:00
Tommy Nguyen d59864f020
fix: Wrong pods get installed with release candidates (#133) 2020-06-25 13:10:08 +02:00
Tommy Nguyen b3fe351c5e
fix: Allow users to enable Flipper (#121) 2020-06-18 12:42:50 +02:00
Tommy Nguyen 1d5b760d7a
Add EditorConfig and format all files (#70) 2020-04-18 14:26:52 +02:00
Tommy Nguyen c89e90c7dd
Configure RuboCop (#27) 2020-03-20 22:13:42 +01:00