Commit 1aab144
authored
chore: update nitrogen and react-native-nitro-modules to 0.31.9 (#112)
* chore: update nitrogen and react-native-nitro-modules to 0.31.9
- Update nitrogen from 0.31.4 to 0.31.9
- Update react-native-nitro-modules from 0.31.4 to 0.31.9
- Regenerate codegen files
- Update lock files (bun.lock, Podfile.lock)
* refactor: simplify maxFontSizeMultiplier handling
- Removed std::variant and associated wrapper for maxFontSizeMultiplier in C++ and Swift files.
- Updated related interfaces and implementations to directly use double instead of variant.
- Cleaned up unnecessary imports and deleted Variant_NullType_Double.swift file.
- Adjusted NitroText component to accommodate the new maxFontSizeMultiplier type.
* chore: simplify CocoaPods caching in iOS build workflow
- Updated the caching path in the iOS build workflow to only include the Pods directory, removing the CocoaPods repos path for a cleaner configuration.
* chore: downgrade actions/checkout to v5 in CI workflows
- Updated the checkout action from v6 to v5 in android-build, ios-build, and release workflows for compatibility reasons.
* chore: upgrade actions/checkout to v6 in CI workflows
- Updated the checkout action from v5 to v6 in android-build, ios-build, and release workflows to leverage new features and improvements.
* refactor: enhance NitroText component structure
- Removed maxFontSizeMultiplier from the Text component in certain conditions.
- Improved handling of renderer and children types for better rendering logic.
- Ensured selectable and other props are consistently passed to NitroTextView.
- Cleaned up the component's return structure for clarity and maintainability.
* chore: update CocoaPods caching key in iOS build workflow
- Modified the caching key in the iOS build workflow to include all Podfile variations, improving cache efficiency and reliability.
* chore: update CocoaPods cache path in iOS build workflow
- Changed the CocoaPods cache path in the iOS build workflow to specify the example/ios/Pods directory, ensuring accurate caching and improved build performance.
* chore: refine CocoaPods caching key in iOS build workflow
- Updated the caching key in the iOS build workflow to target only the Podfile, enhancing cache accuracy and build efficiency.
* chore: comment out CocoaPods caching in iOS build workflow
- Temporarily disabled CocoaPods caching in the iOS build workflow for further evaluation and testing.1 parent 6f37fd0 commit 1aab144
14 files changed
Lines changed: 40 additions & 30 deletions
File tree
- .github/workflows
- example
- ios
- nitrogen/generated/ios
- swift
- src
- specs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
1807 | 1807 | | |
1808 | 1808 | | |
1809 | 1809 | | |
1810 | | - | |
| 1810 | + | |
1811 | 1811 | | |
1812 | 1812 | | |
1813 | 1813 | | |
| |||
1825 | 1825 | | |
1826 | 1826 | | |
1827 | 1827 | | |
1828 | | - | |
1829 | | - | |
| 1828 | + | |
| 1829 | + | |
1830 | 1830 | | |
1831 | 1831 | | |
1832 | 1832 | | |
| |||
1837 | 1837 | | |
1838 | 1838 | | |
1839 | 1839 | | |
1840 | | - | |
| 1840 | + | |
1841 | 1841 | | |
1842 | 1842 | | |
1843 | 1843 | | |
| |||
1865 | 1865 | | |
1866 | 1866 | | |
1867 | 1867 | | |
1868 | | - | |
| 1868 | + | |
1869 | 1869 | | |
1870 | 1870 | | |
1871 | 1871 | | |
| |||
2705 | 2705 | | |
2706 | 2706 | | |
2707 | 2707 | | |
2708 | | - | |
2709 | | - | |
| 2708 | + | |
| 2709 | + | |
2710 | 2710 | | |
2711 | 2711 | | |
2712 | 2712 | | |
| |||
2740 | 2740 | | |
2741 | 2741 | | |
2742 | 2742 | | |
2743 | | - | |
| 2743 | + | |
2744 | 2744 | | |
2745 | 2745 | | |
2746 | 2746 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments