https://github.com/cameronking4/fadrtemplate
https://github.com/cameronking4/fadrtemplate
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cameronking4/fadrtemplate
- Owner: cameronking4
- Created: 2019-02-06T22:57:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T22:57:47.000Z (over 6 years ago)
- Last Synced: 2025-01-12T19:13:17.413Z (9 months ago)
- Language: JavaScript
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ListingApp
React Native App
1. npm install -g react-native-cli
2. npm install
3. react-native link
4. react-native run-android
5. react-native run-ios
6. [Generating Signed APK](https://facebook.github.io/react-native/docs/signed-apk-android)```
$ cd android
$ ./gradlew assembleRelease
```7. react-native link react-native-firebase
8. logging```
$ react-native log-android
$ react-native log-ios
```9. install Firebase in iOS
```
pod init
pod 'Firebase/Core'
Podfile
platform :ios, '9.0'
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod install
```10. [node_modules/react-native/third-party/glog-0.3.4/configure](https://github.com/facebook/react-native/issues/14382)
11. [Remove and add again libfishhook.a from Xcode and the path issue will resolve.](https://github.com/facebook/react-native/issues/19569)
12. [Removed Airmaps.xcodeproj and libairmaps if it exist in Libraries folder and Build Settings respectively.](https://github.com/react-community/react-native-maps/issues/718)