This PR introduces the implementation of the Onboarding Screen for the Greenstand native application. The screen includes SVG assets, title, description, pagination, and navigation buttons.
Resolves: # (0)
Changes Made
[ ] Changes in apps folder (specify the app and briefly describe the changes):
[ ] Web
[x] Native
Added a new Onboarding Screen with full functionality, including SVG components, text content, and interactive elements.
[ ] Changes in packages folder (specify the package and briefly describe the changes):
[ ] Core
Type of Change
[ ] 🐛 Bug fix (non-breaking change which fixes an issue)
[x] ✨ New feature (non-breaking change which adds functionality)
[ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] 📝 Documentation update (changes)
Screenshots
Before
After
"No onboarding"
How Has This Been Tested?
[ ] Cypress integration
[ ] Cypress component tests
[ ] Jest unit tests
[x] Manual testing on Android simulator to ensure functionality and responsiveness.
Checklist:
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Additional Comments
This is an initial implementation of the onboarding screen, and further adjustments may be required based on feedback.
Description
This PR introduces the implementation of the Onboarding Screen for the Greenstand native application. The screen includes SVG assets, title, description, pagination, and navigation buttons.
Resolves: # (0)
Changes Made
[ ] Changes in apps folder (specify the app and briefly describe the changes):
[ ] Changes in packages folder (specify the package and briefly describe the changes):
Type of Change
Screenshots
How Has This Been Tested?
Checklist:
Additional Comments
This is an initial implementation of the onboarding screen, and further adjustments may be required based on feedback.