Skip to content

It's a new AI Prompt app on React Native with some trendy functionalities and handy UI

License

Notifications You must be signed in to change notification settings

atanu3000/questionMark

Repository files navigation

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

Getting Started

Step 1: Start the Metro Server

# using npm
npm start

# OR using Yarn
yarn start

Step 2: Start your Application

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios