Skip to content
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

[INJIMOB-2337] add dynamic intro-sliders with localization support #1762

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

abhip2565
Copy link
Contributor

@abhip2565 abhip2565 commented Jan 20, 2025

Description

add dynamic intro-sliders with localization support

Issue ticket number and link

Example : INJIMOB-2337

@abhip2565 abhip2565 force-pushed the injimob-2337-intro-slider branch from da15ead to eb0ba94 Compare January 20, 2025 04:53
components/ui/SearchBar.tsx Show resolved Hide resolved
components/ui/themes/DefaultTheme.ts Show resolved Hide resolved
components/ui/themes/PurpleTheme.ts Show resolved Hide resolved
@@ -836,6 +836,8 @@
},
"SendVPScreen": {
"requester": "جهة التحقق",
"introTitle": "المحقق",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these literals should be part of sendVCScreen

Comment on lines +14 to +26
fill
padding={[0, 32, 0, 32]}
backgroundColor={Theme.Colors.whiteBackgroundColor}
style={{
borderRadius: 30,
maxHeight: 600,
maxWidth:350,
minHeight: 600,
minWidth:350,
borderColor: Theme.Colors.blackIcon,
borderWidth: 12,
overflow: 'hidden',
}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we move this into style

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants