-
Install react native
npm install -g react-native-cli
npm install -g react-native
-
Initialize project directory
react-native init AlignedMobile
-
Connect to the GitHub
git init
git remote add origin https://github.com/nmark00/AlignedMobile.git
git branch -M main
git pull
npm install
-
FOR iOS:
-
Download GoogleService-Info.plist from Firebase
-
Copy plist file into
/ios
folder -
cd
into/ios
and editAlignedMobile/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 ... }
-
Then run
pod install
-
-
Go to main directory and start app with
npx react-native run-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
nmark00/AlignedMobile
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published