-
Notifications
You must be signed in to change notification settings - Fork 104
feat: add wallet limit info (#363) #561
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
base: main
Are you sure you want to change the base?
Conversation
| <TouchableOpacity | ||
| style={styles.createWalletButton} | ||
| onPress={handleCreateWallet} | ||
| activeOpacity={0.7}> | ||
| <Ionicons name="add" size={24} color="#999999" /> | ||
| <Text style={styles.createWalletText}>CREATE WALLET</Text> | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the create wallet button
| walletLimit = 2, | ||
| }) => { | ||
| return ( | ||
| <Modal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reuse existing CustomModal for consistency
pierrelstan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EmmaLi1 Looks like this PR has some merge conflicts. Could you fix them?
Description
This PR implements a user information modal that displays wallet creation limits, improving user experience by providing clear guidance on system constraints.
Fixes: #363
Changes Made
Changes in
appsfolder (specify the app and briefly describe the changes):WebNativeLimitInfoModalcomponent to display wallet limit informationChanges in
packagesfolder (specify the package and briefly describe the changes):CoreType of Change
Screenshots
How Has This Been Tested?
Checklist: