LazyAfternoons
LazyAfternoons
## Description Running an application while using React Native 0.69 and RNUILib yields a warn. ### Steps to reproduce 1. Create a new application using React Native 0.69; 2. Install...
## Description When using a SkeletonView, the emulator throws the following error: ```RNUILib SkeletonView's requires installing "react. native-linear-gradient" dependency``` I installed the library by following [these instructions](https://www.npmjs.com/package/react-native-linear-gradient#installation). I can run...
## Description The stepper component doesn't apply any custom color style to buttons, leaving them always in purple. ### Related to - [x] Components - [ ] Demo - [...
## Description Since the last version, TypeScript shows an error regarding the Picker component: ```Type '{ children: Element[]; migrateTextField: true; showSearch: boolean; value: selecteDate; onChange: (value: selecteDate) => void; placeholder:...
Card component doesn't apply backgroundColor property when both onPress and activeScale are provided
## Description When using the Card component, sending a style with backgroundColor property won't work when both onPress and activeScale props are provided. It is properly applied if onPress or...
## Short description This PR fixes a regression introduced by [this PR](https://github.com/pagopa/io-app/issues/5422) which prevents danger from displaying the proper message for PR without ticket numbers ([example](https://github.com/pagopa/io-app/pull/5296#issuecomment-1839032401)) or wrong ticket numbers...
> [!CAUTION] > Can cause runtime errors which crash the app, tests are very important. ## Short description This PR removes manually linked dependencies as they should support autolinking. Mostly...
> [!WARNING] > Depends on pagopa/io-dev-api-server#424 ## Short description This PR fixes the auto subscription to the ITW trial system at startup. This fix requires a bit of tinkering with...
## Short description This PR removes `instabug`, which is an old dependency, leftovers from native projects. ## List of changes proposed in this pull request - Remove `instabug` from ProGuard...
## Short description This PR removes the build script patch for `react-native-text-input-mask` which is a removed dependency. ## List of changes proposed in this pull request - Remove the workaround...