Skip to content

pushparajsamant/rn-flikr-image-search

Repository files navigation

This is a new React Native project, bootstrapped using @react-native-community/cli.

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Environment on my machine

Make: Apple Macbook Pro
OS: Ventura
Node: v18.16.1
React-Native CLI: 11.3.5

Step 1: Install the packages

First, you will need to install all the dependencies

# using npm
npm install

Step 2: Reinstall the react-native-config plugin

# using npm
npm uninstall react-native-config
npm install react-native-config

Step 3: Add the .env file to the root of the Project

# using npm
touch .env
echo 'APIKEY=<FLIKR_API_KEY>' >> .env

Step 4: Add the pods for iOS

npx pod-install ios

Step 5: Run the app

npx react-native run-ios

Congratulations! 🎉

You've successfully run Flikr Search API App. 🥳

Video DEMO

https://www.youtube.com/watch?v=7I6Aad5_d0w

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published