Skip to main content

2 posts tagged with "Navigation 0.0.4"

Navigation 0.0.4. Use this tag to filter all changes about Navigation version 0.0.1.

View All Tags

๐Ÿ“• Navigation

ยท One min read
Redon Alla
.NET, React, Angular Developer

๐Ÿ“• Navigation Documentationโ€‹

#44e612e docs(navigation): add README for navigation component

This commit introduces a README.md file for the navigation component in the React Native project. The document provides an overview of using grid layouts with Flexbox, outlines the enhancement of the Block component to support grid and layout styling, and lists necessary dependencies. Additionally, it includes a link to further documentation, aiding developers in understanding and utilizing the navigation components more effectively.

โœจ Navigation

ยท One min read
Redon Alla
.NET, React, Angular Developer

โœจ Version 0.0.1โ€‹

#6737291 feat(navigation): add new withFancyDrawer component

This commit introduces a new navigation package within the project. It includes a high-order component, withFancyDrawer, which enhances components with animations and styles to simulate a fancy drawer effect. The new package is integrated into the project's structure via updates to the relevant package.json files and includes dependencies like expo-router and @react-navigation/drawer. This addition aims to improve UI interactivity and aesthetics by providing smooth drawer transitions in React Native applications.