-
Install react native
npm install -g react-native-clinpm install -g react-native -
Initialize project directory
react-native init AlignedMobile -
Connect to the GitHub
git initgit remote add origin https://github.com/nmark00/AlignedMobile.gitgit branch -M maingit pullnpm install
-
FOR iOS:
-
Download GoogleService-Info.plist from Firebase
-
Copy plist file into
/iosfolder -
cdinto/iosand editAlignedMobile/AppDelegate.mAdd 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