You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Definitely not an optimised project; Extremely laggy until I scaled down the source images.
Icons look pixelated and have jagged lines, irrespective of source image size.
FlatList "Cards" Shadow(Elevation) gets cut off by Parent View's Padding.
Probably not the right way to implement React Navigation, but I liked the SplashScreen, so I used it for now.
Screenshots
Assignment 5 - Context API
Reused Counter Application to implement Context API.
Top(Counter) and bottom(Buttons) halves of the screen are seperate components, and a "global state" is used to link them both.
Changed '+', '-' from text to vector icons.
Issues
Running with --variant=release(to test on my physical device) causes app to crash/not open. Running the app normally works though.
Screenshots
Assignment 6 - React Navigation
Basic Application using Native-Stack, Drawer and Bottom-Tabs Navigators(Nested)
Issues
Gesture Handler deprecated API warning
Screenshots
Assignment 7 - API Calls, Axios and NYT
Basic Application that uses the Axios Library to use the New York Times API
Issues
If the response object has an empty multimedia object, the app crashes(Can't figure it out for the life of me)
Since URI images need to have a width and height defined, images smaller than the specified size(with a fixed aspect ratio) look weird and stretched out to fill empty space. Also can't figure out for the life of me.