This is a new React Native project, bootstrapped using @react-native-community/cli
.
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
First, you will need to install all the dependencies
# using npm
npm install
# using npm
npm uninstall react-native-config
npm install react-native-config
# using npm
touch .env
echo 'APIKEY=<FLIKR_API_KEY>' >> .env
npx pod-install ios
npx react-native run-ios
You've successfully run Flikr Search API App. 🥳