Skip to content

Commit 8990af1

Browse files
committed
Fixed android app
1 parent 393b02e commit 8990af1

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

android/app/src/main/java/com/firestackapp/MainApplication.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55

66
import com.facebook.react.ReactApplication;
77
import io.fullstack.firestack.FirestackPackage;
8-
import io.fullstack.firestack.FirestackPackage;
9-
import io.fullstack.firestack.FirestackPackage;
10-
import io.fullstack.firestack.FirestackPackage;
118
import com.oblador.vectoricons.VectorIconsPackage;
129
import com.facebook.react.ReactInstanceManager;
1310
import com.facebook.react.ReactNativeHost;
@@ -29,9 +26,6 @@ protected boolean getUseDeveloperSupport() {
2926
protected List<ReactPackage> getPackages() {
3027
return Arrays.<ReactPackage>asList(
3128
new MainReactPackage(),
32-
new FirestackPackage(getApplicationContext()),
33-
new FirestackPackage(getApplicationContext()),
34-
new FirestackPackage(getApplicationContext()),
3529
new FirestackPackage(getApplicationContext()),
3630
new VectorIconsPackage()
3731
);

ios/FirestackApp.xcodeproj/project.pbxproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
2525
140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
2626
146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
27-
1ED761600C574665AD564E45 /* libFirestack.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D30950ABD7AB4D69B7F8C7F9 /* libFirestack.a */; };
2827
34BCB423599F782BE1E3F598 /* libPods-FirestackApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A67A03668B63387373EED70A /* libPods-FirestackApp.a */; };
2928
4F2EB34B0265421E9DC9F64D /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 03F453DB070844839A1D0615 /* FontAwesome.ttf */; };
3029
5A23F9EA4D9B4B3E9DC07A5D /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B14D251F8788439EBDFC19D6 /* Entypo.ttf */; };
@@ -33,6 +32,7 @@
3332
88FE28F66975415F9FA689C1 /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3988AE0934704FD0ADAC9CE5 /* Ionicons.ttf */; };
3433
8E1FEFA56A3C48EB835E0EC3 /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 621F832D582B499B8F88D567 /* Zocial.ttf */; };
3534
9D3926C57AE14398ABB13FA6 /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = CB14CE3DFE5744D4A678C73E /* Octicons.ttf */; };
35+
B914148F5A434E5A9680EC2C /* libFirestack.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D158E31DA3274CAF885DA5E5 /* libFirestack.a */; };
3636
D99ACF771D8E206300D391A9 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = D99ACF761D8E206300D391A9 /* GoogleService-Info.plist */; };
3737
F4431358485C40019FF20AE7 /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 947FF5EAE6D9457D8D9A4EA2 /* Foundation.ttf */; };
3838
/* End PBXBuildFile section */
@@ -115,9 +115,9 @@
115115
remoteGlobalIDString = 58B5119B1A9E6C1200147676;
116116
remoteInfo = RCTText;
117117
};
118-
D930A11B1D9E7036009AA2FE /* PBXContainerItemProxy */ = {
118+
D952A59D1D9E7F3700A9C369 /* PBXContainerItemProxy */ = {
119119
isa = PBXContainerItemProxy;
120-
containerPortal = E5A1C1B167764F4AB824A583 /* Firestack.xcodeproj */;
120+
containerPortal = DB12A55C1C7B48E6B67B7F38 /* Firestack.xcodeproj */;
121121
proxyType = 2;
122122
remoteGlobalIDString = 134814201AA4EA6300B7C361;
123123
remoteInfo = Firestack;
@@ -165,9 +165,9 @@
165165
A67A03668B63387373EED70A /* libPods-FirestackApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-FirestackApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
166166
B14D251F8788439EBDFC19D6 /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 0; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = "<group>"; };
167167
CB14CE3DFE5744D4A678C73E /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 0; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = "<group>"; };
168-
D30950ABD7AB4D69B7F8C7F9 /* libFirestack.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 0; includeInIndex = 0; lastKnownFileType = archive.ar; path = libFirestack.a; sourceTree = "<group>"; };
168+
D158E31DA3274CAF885DA5E5 /* libFirestack.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 0; includeInIndex = 0; lastKnownFileType = archive.ar; path = libFirestack.a; sourceTree = "<group>"; };
169169
D99ACF761D8E206300D391A9 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
170-
E5A1C1B167764F4AB824A583 /* Firestack.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 0; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = Firestack.xcodeproj; path = "../node_modules/react-native-firestack/ios/Firestack.xcodeproj"; sourceTree = "<group>"; };
170+
DB12A55C1C7B48E6B67B7F38 /* Firestack.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 0; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = Firestack.xcodeproj; path = "../node_modules/react-native-firestack/ios/Firestack.xcodeproj"; sourceTree = "<group>"; };
171171
F0F6BD6002274B96B0321DBF /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 0; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = "<group>"; };
172172
/* End PBXFileReference section */
173173

@@ -196,7 +196,7 @@
196196
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
197197
0F87A14A55B94CA79AA8234E /* libRNVectorIcons.a in Frameworks */,
198198
34BCB423599F782BE1E3F598 /* libPods-FirestackApp.a in Frameworks */,
199-
1ED761600C574665AD564E45 /* libFirestack.a in Frameworks */,
199+
B914148F5A434E5A9680EC2C /* libFirestack.a in Frameworks */,
200200
);
201201
runOnlyForDeploymentPostprocessing = 0;
202202
};
@@ -320,7 +320,7 @@
320320
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
321321
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
322322
5D4DBCF5A4BA4854BBD023F0 /* RNVectorIcons.xcodeproj */,
323-
E5A1C1B167764F4AB824A583 /* Firestack.xcodeproj */,
323+
DB12A55C1C7B48E6B67B7F38 /* Firestack.xcodeproj */,
324324
);
325325
name = Libraries;
326326
sourceTree = "<group>";
@@ -390,10 +390,10 @@
390390
name = Frameworks;
391391
sourceTree = "<group>";
392392
};
393-
D930A1181D9E7036009AA2FE /* Products */ = {
393+
D952A59A1D9E7F3700A9C369 /* Products */ = {
394394
isa = PBXGroup;
395395
children = (
396-
D930A11C1D9E7036009AA2FE /* libFirestack.a */,
396+
D952A59E1D9E7F3700A9C369 /* libFirestack.a */,
397397
);
398398
name = Products;
399399
sourceTree = "<group>";
@@ -479,8 +479,8 @@
479479
projectDirPath = "";
480480
projectReferences = (
481481
{
482-
ProductGroup = D930A1181D9E7036009AA2FE /* Products */;
483-
ProjectRef = E5A1C1B167764F4AB824A583 /* Firestack.xcodeproj */;
482+
ProductGroup = D952A59A1D9E7F3700A9C369 /* Products */;
483+
ProjectRef = DB12A55C1C7B48E6B67B7F38 /* Firestack.xcodeproj */;
484484
},
485485
{
486486
ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */;
@@ -606,11 +606,11 @@
606606
remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
607607
sourceTree = BUILT_PRODUCTS_DIR;
608608
};
609-
D930A11C1D9E7036009AA2FE /* libFirestack.a */ = {
609+
D952A59E1D9E7F3700A9C369 /* libFirestack.a */ = {
610610
isa = PBXReferenceProxy;
611611
fileType = archive.ar;
612612
path = libFirestack.a;
613-
remoteRef = D930A11B1D9E7036009AA2FE /* PBXContainerItemProxy */;
613+
remoteRef = D952A59D1D9E7F3700A9C369 /* PBXContainerItemProxy */;
614614
sourceTree = BUILT_PRODUCTS_DIR;
615615
};
616616
D99ACF591D8E202600D391A9 /* libRNVectorIcons.a */ = {

0 commit comments

Comments
 (0)