Made this app as a take home assignment - part of interview process for LegionellaDossier Displays images from the unsplash api: https://unsplash.com/
run- $npm install
-can take some time as you have to install react, expo, reactnative..
if you have an android device you can install the app with this .apk https://expo.dev/artifacts/eas/tr9fbhSvKe83D7SiPz8tSU.apk
$npm start
If you have issues with images change the api key - can only use 50 calls per hours you can change the api key in the config file.
App.jsx
which loads a grid component..
You can see the images - 30 load at a time - scroll down to load more…
Click one to open image modal – displays the image and small amount of information..
click the cross to dismiss or swipe on the image to go forward or backwards..
Also works horizontal:
Feel free to leave any feedback :)