added three dots (OptionsOverflowMenu) with navigation in change affiliation screen
Fixed logout function it was navigating to wrong route
fixed useEffect minor error on users guide modal
modified the home.component conditional logic
fixed key prop warning from the profile screen.
added ApiConfig to .gitIgnore
RECOMMENDATIONS
Some packages ( react native snap carousal, react-native-camera , popup-ui, react-native-masked-view , react native fast image )uses viewPropTypes which is deprecated in react native and those packages are no longer maintained and updated, so
[ ] one solution is to use deprecated-react-native-prop-types and patch-packages with the updated code
[ ] another solution is use alternative packages
Its recommended using navigation with a centralized setup. This approach will simplify the handling of all navigation flows through a unified single component.
By centralizing the navigation, it will ensure easy code readabilty maintenance , making it easier to navigation across the app.
Tested on simulator:
tested on Iphone 15 pro max (ios 17.4)
looks stable
408
Tasks Completed
RECOMMENDATIONS
Some packages ( react native snap carousal, react-native-camera , popup-ui, react-native-masked-view , react native fast image )uses viewPropTypes which is deprecated in react native and those packages are no longer maintained and updated, so
[ ] one solution is to use deprecated-react-native-prop-types and patch-packages with the updated code
[ ] another solution is use alternative packages
Its recommended using navigation with a centralized setup. This approach will simplify the handling of all navigation flows through a unified single component.
By centralizing the navigation, it will ensure easy code readabilty maintenance , making it easier to navigation across the app.
Tested on simulator:
tested on Iphone 15 pro max (ios 17.4) looks stable