Skip to content

Job Finder React Native Application with advanced features and tinder like animations of liking and saving a job.

Notifications You must be signed in to change notification settings

Innovator007/LocJob

Repository files navigation

LocJob

Project Setup

Create a folder named config in the main project folder root and in that create a file named index.js and add the following content:

module.exports = {
	googleApiKey: "<your_google_api_key_goes_here>", // used for reversegeolocation
	facebookAppKey: "<your_facebook_app_id_goes_here>" // used for facebook authentication
}

Now open a terminal and change into the project directory and run the following commands to start the app in expo

npm install
npm start

Note: You will need expo-cli installed and a simulator or expo app in your mobil to test it out.

About

Job Finder React Native Application with advanced features and tinder like animations of liking and saving a job.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published