Memes Mobile App build with React Native
- Node.js
- MongoDB
- Android Studio OR Expo Go
-
Set up API MyMemesAPI
-
Set Environment Variable in .env file
MOBILE_APP_HOST
tohttp://localhost:19006
if you run your app in web browser or tohttp://Your Local Machine IP Address:19006
if you run your app on mobile device or Android Studio. -
If you are new to Expo install the command line tool
$ npm install --global expo-cli
- Clone project
$ git clone https://github.com/akcer/MyMemesNative.git
- Enter the project directory:
$ cd MyMemesNative
- Install NPM dependencies:
$ npm install
- Run the development server:
$ npm start
-
Go to http://localhost:19002 to access the API.
-
To run App on web browser in
app.config.js
file setprocess.env.API_URL
tohttp://localhost:3001
-
To run App on Android Studio follow this guide and in
app.config.js
file setprocess.env.API_URL
tohttp://Your Local Machine IP Address:3001
-
To run App on Your Mobile Device follow this guide and in
app.config.js
file setprocess.env.API_URL
tohttp://Your Local Machine IP Address:3001
- React Native
- React Native Elements
- Expo