lorenz199x / rntsexpo-jobapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

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

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

# using npm
npm start

# OR using Yarn
yarn start

Step 1: Clone the repository and run

# using npm
npm install

# OR using Yarn
yarn install

Step 2: Create your account with Clerk to get the key and create .env files paste your key

EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY="YOUR_KEY"

Step 3: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

Tech Stack

-Clerk -Recoiljs -Expo

About


Languages

Language:TypeScript 99.1%Language:JavaScript 0.9%