Mobile App for Newscout

Savio Fernando 080b79080d Updated README With Project setup 1 năm trước cách đây
.bundle 9a74f5808a Config File 1 năm trước cách đây
.github 080b79080d Updated README With Project setup 1 năm trước cách đây
__tests__ 9a74f5808a Config File 1 năm trước cách đây
android 9a74f5808a Config File 1 năm trước cách đây
ios 9a74f5808a Config File 1 năm trước cách đây
src 5a94119da5 UI Fixes 1 năm trước cách đây
.eslintrc.js 9a74f5808a Config File 1 năm trước cách đây
.gitignore 9a74f5808a Config File 1 năm trước cách đây
.prettierrc.js 9a74f5808a Config File 1 năm trước cách đây
.watchmanconfig 9a74f5808a Config File 1 năm trước cách đây
App.jsx 9a74f5808a Config File 1 năm trước cách đây
Gemfile 9a74f5808a Config File 1 năm trước cách đây
README.md 080b79080d Updated README With Project setup 1 năm trước cách đây
SETUP.md 548046f102 Updated Setup File 1 năm trước cách đây
app.json 9a74f5808a Config File 1 năm trước cách đây
babel.config.js 9a74f5808a Config File 1 năm trước cách đây
index.js 9a74f5808a Config File 1 năm trước cách đây
jest.config.js 9a74f5808a Config File 1 năm trước cách đây
metro.config.js 9a74f5808a Config File 1 năm trước cách đây
package-lock.json 87a73dcfc7 Filters Data Mapping 1 năm trước cách đây
package.json d907d96892 Updated NPM Packages 1 năm trước cách đây
react-native.config.js 9a74f5808a Config File 1 năm trước cách đây
tsconfig.json 9a74f5808a Config File 1 năm trước cách đây
yarn.lock 87a73dcfc7 Filters Data Mapping 1 năm trước cách đây

README.md

<h1>
    <br>
    <a href="https://newscout.com">
        <img src=".github/newscout_text_light.png" height="50">
     <h3>Newscout Mobile Client<h3>
    </a>
</h1>

Table of Contents

Project Setup

Please refer to the React Native Documentation

  1. Install Node v18
  2. Install Java JDK 17
  3. Install Android Studio
  4. Clone Project from GOGS

    git clone gogs@git.fafadiatech.com:savio/Newscout_Mobile.git
    
    1. Check Dependancies by running bash npx react-native doctor NOTE: Please rectify the issues shown by RN Doctor before running the project.
  5. Install NPM Packages

    npm install
    
    1. For Debugging, Use an android device or emulator
    2. For Android Device
      1. Follow this guide for Running on Device
    3. For Emulator

      1. Install KVM
      2. Create a Virtual Device with AVD Manager in Android Studio
    4. Run Project with

      npx react-native start
      

Project Description