Skip to content

nmark00/AlignedMobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlignedMobile

Environment Setup

  1. Install react native

    npm install -g react-native-cli

    npm install -g react-native

  2. Initialize project directory

    react-native init AlignedMobile

  3. Connect to the GitHub

    1. git init
    2. git remote add origin https://github.com/nmark00/AlignedMobile.git
    3. git branch -M main
    4. git pull
    5. npm install
  4. FOR iOS:

    1. Download GoogleService-Info.plist from Firebase

    2. Copy plist file into /ios folder

    3. cd into /ios and edit AlignedMobile/AppDelegate.m

      Add to the top of file:

      #import <Firebase.h>

      Then find code:

      - (BOOL)application:(UIApplication *)application
          didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
        [FIRApp configure]; // ADD THIS LINE HERE
        ...
      }
      
    4. Then run pod install

  5. Go to main directory and start app with npx react-native run-ios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published