-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade react-native
to 0.73.x
#18291
Labels
Comments
siddarthkay
changed the title
upgrade react-native to 0.73.x
upgrade Dec 24, 2023
react-native
to 0.73.x
siddarthkay
changed the title
upgrade
Upgrade Dec 24, 2023
react-native
to 0.73.x
react-native
to 0.73.x
3 tasks
siddarthkay
added a commit
that referenced
this issue
Feb 15, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Feb 15, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Feb 15, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Feb 15, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Feb 16, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Feb 16, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Feb 16, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Feb 20, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Feb 26, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Feb 28, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Feb 28, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
pavloburykh
pushed a commit
that referenced
this issue
Feb 29, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
jo-mut
pushed a commit
that referenced
this issue
Mar 1, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
jo-mut
pushed a commit
that referenced
this issue
Mar 1, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 4, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
jo-mut
pushed a commit
that referenced
this issue
Mar 4, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 4, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 4, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 4, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 5, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 5, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 6, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 6, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 7, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 8, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 9, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 12, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 14, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 15, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
yevh-berdnyk
pushed a commit
that referenced
this issue
Mar 15, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS every other iOS build locally with `make run-ios` would fail with this error message : ``` [React-RCTFabric] Compiling RCTThirdPartyFabricComponentsProvider.mm ❌ error: Build input file cannot be found: '/Users/siddarthkumar/code/experiments/status-mobile/ node_modules/react-native/React/Fabric/RCTThirdPartyFabricComponentsProvider.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'React-RCTFabric' from project 'Pods') [React-RCTFabric] Compiling RCTTextInputComponentView.mm⚠️ Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'StatusIm' from project 'StatusIm') ``` This gets fixed with : - `make xcode-clean` - `make clean` However it is frustrating how often this happens now after upgrading to react-native 0.73 🥲
siddarthkay
added a commit
that referenced
this issue
Mar 19, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS
siddarthkay
added a commit
that referenced
this issue
Mar 19, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS
siddarthkay
added a commit
that referenced
this issue
Mar 22, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS
siddarthkay
added a commit
that referenced
this issue
Mar 22, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS
siddarthkay
added a commit
that referenced
this issue
Mar 22, 2024
fixes #18291 Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` - Android - iOS
siddarthkay
added a commit
that referenced
this issue
Mar 22, 2024
fixes #18291 ## Summary Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` ## Platforms - Android - iOS
mmilad75
pushed a commit
that referenced
this issue
Apr 2, 2024
fixes #18291 ## Summary Changes worth mentioning are : - More hacks/patches - Force app to use `Java 17` everywhere to compile `kotlin,java` - `gems` were upgraded after a long time - `aapt2` was bumped to `8.1.1` - `metro` is now at `0.80.4` - `xcbeautify` was bumped to `1.4.0` - `@react-native-community/clipboard` lib was replaced with `@react-native-clipboard/clipboard` - `react-native-dialogs` lib was upgraded to `1.1.2` - `react-native-gesture-handler` lib was upgraded to `2.14.1` - `react-native-navigation` was upgraded to `7.37.2` ## Platforms - Android - iOS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Todos:
iOS
build working withreact-native
0.73.x
locallyreact-native-webview
to13.6.3
-> PR to upgradereact-native-webview
library to13.6.3
#18295iOS
build working withreact-native
0.73.x
on CI -> [WIP] IOS Onlyreact-native
Upgrade to 0.73.x #18255iOS
build issue -> iOS build fails viamake run-ios
but works withXcode.app
after upgradingreact-native
to0.73.x
#18548react-native
0.73.x
locallyJava
code toKotlin
-> PR to addKotlin
support and to KotlinifiyMainApplication.java
,MainActivity.java
#18293Android
build working withreact-native
0.73.x
on CI -> [WIP] Android Onlyreact-native
Upgrade to 0.73.x #18496jest
to29.x
-> Fix component tests, upgrade Jest & friends, and a few other goodies #18276Android
&iOS
branches and resolve build issues.react-native
Upgrade to 0.73.x #18496 (comment)The text was updated successfully, but these errors were encountered: