RwandAn Easy Way to Patch React Native PackageHave you ever had to modify the code of a library that you’re using in your project?Jun 20
Darwin Chan@react-native-community/datetimepicker issue with Xcode 15.3After updating to Xcode15.3, when using the @react-native-community/datetimepicker library, developers often encounter an exception …Apr 161
K SammanResolving Issues in Third-Party Libraries in React NativeWhen working with third-party libraries in a software project, it is not uncommon to encounter issues that need to be resolved. These…Mar 29, 20231Mar 29, 20231
SzymonPatching packages with patch-packageHow to quickly fix conflicting packages by applying fixes directly in node_modules.May 13May 13
Yasin JunetQuick Customization with patch-package: Adding Character Count to Strapi’s Default InputsAccording to Jamstack.org, Strapi (community edition) is one of the most popular open-source headless CMS with 50k+ stars on their Github…Jun 15, 20231Jun 15, 20231
RwandAn Easy Way to Patch React Native PackageHave you ever had to modify the code of a library that you’re using in your project?Jun 20
Darwin Chan@react-native-community/datetimepicker issue with Xcode 15.3After updating to Xcode15.3, when using the @react-native-community/datetimepicker library, developers often encounter an exception …Apr 161
K SammanResolving Issues in Third-Party Libraries in React NativeWhen working with third-party libraries in a software project, it is not uncommon to encounter issues that need to be resolved. These…Mar 29, 20231
SzymonPatching packages with patch-packageHow to quickly fix conflicting packages by applying fixes directly in node_modules.May 13
Yasin JunetQuick Customization with patch-package: Adding Character Count to Strapi’s Default InputsAccording to Jamstack.org, Strapi (community edition) is one of the most popular open-source headless CMS with 50k+ stars on their Github…Jun 15, 20231
Yustinus Radityo PradanaReduce Forking with patch-packageReduce Forking with patch-package, a JavaScript package which created to improve and replace forking functionalitySep 27, 2023
Srithar RajendranReact Native: XCode 14.3 MigrationRecently, I migrated my project to Xcode 14.3 on Mac OS X Ventura. Everything works fine except for the below error in the yoga library.May 3, 20231
Shahid HassanFixing NPM dependencies with patch-packageWe’ve all come across NPM packages that has multiple issues that haven’t been addressed in forever. Either the package isn’t maintained…May 31, 2022