Hans
Hans
Friendly bump here @KMichel1030
Cool. Thanks for letting me know. Can you please merge main again? I'll take another few tests
a workaround can be be: ```dart DottedBorder( color: const Color(0xff90A4AE), customPath: (size) { return Path() ..moveTo(0, 20) ..lineTo(size.width, 20); }, child: Padding( padding: const EdgeInsets.all(16.0), child: Container(), ), ) ```
Proposal In our current `TextLink.js` component, we are using the href props, that's why we see the bottom left url when the cursor hovered it. https://github.com/Expensify/App/blob/0d653cad15c32150c302ac12dc0acdbca1ece18b/src/components/TextLink.js#L60-L66 Solution To make it...
This will cause an error console on web, you need to make sure there's no console error happened with your solution. > ```js > > > {props.translate('common.fixTheErrors')} > > >...
https://user-images.githubusercontent.com/16502320/201666709-4bba37ca-72e8-4c5a-879c-fa9c6900a78d.mov @huzaifa-99 FYI
@huzaifa-99 Sure, here you are
> @hungvu193 I see where the problem is. > > In your video demo, you are using this code > > ``` > style={[styles.label, styles.link]} > onPress={props.onFixTheErrorsLinkPressed} > > >...
Proposal Disable the text selection highlighting can help us fix this problem. Solution Apply this style to the ScreenWrapper of InitialSettingPage: ```diff - + Navigation.dismissModal(true)} /> ``` ```diff +settingsPageWrapper: {...
Hello there, I'm the reporter of this bug, can you assign me as well? Seem @kavimuru tagged the wrong person. Here's the slack thread (https://expensify.slack.com/archives/C049HHMV9SM/p1668187065943279). Should I change my slack...