Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InvestCustomer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Giang Tran
InvestCustomer
Commits
3a9cee9a
Commit
3a9cee9a
authored
Apr 13, 2021
by
Giang Tran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update code
parent
90712a05
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
19 deletions
+4
-19
App.js
App.js
+0
-2
build.gradle
android/app/build.gradle
+0
-1
MainApplication.java
android/app/src/main/java/com/invest/MainApplication.java
+1
-4
settings.gradle
android/settings.gradle
+2
-0
project.pbxproj
ios/Invest.xcodeproj/project.pbxproj
+0
-7
Podfile.lock
ios/Podfile.lock
+1
-5
package.json
package.json
+0
-0
No files found.
App.js
View file @
3a9cee9a
...
...
@@ -8,8 +8,6 @@ import RootView from './src/RootView';
import
createSagaMiddleware
from
'redux-saga'
;
import
rootSaga
from
'./src/Saga/rootSaga'
;
let
bootSplashLogo
=
require
(
'./src/assets/images/iconSplash.png'
);
let
fakeApiCallWithoutBadNetwork
=
(
ms
)
=>
new
Promise
((
resolve
)
=>
setTimeout
(
resolve
,
ms
));
...
...
android/app/build.gradle
View file @
3a9cee9a
...
...
@@ -196,7 +196,6 @@ dependencies {
implementation
project
(
':react-native-bootsplash'
)
implementation
'androidx.appcompat:appcompat:1.1.0-rc01'
implementation
'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'
implementation
'com.google.firebase:firebase-messaging:17.3.4'
implementation
"androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
debugImplementation
(
"com.facebook.flipper:flipper:${FLIPPER_VERSION}"
)
{
...
...
android/app/src/main/java/com/invest/MainApplication.java
View file @
3a9cee9a
...
...
@@ -4,6 +4,7 @@ import android.app.Application;
import
android.content.Context
;
import
com.facebook.react.PackageList
;
import
com.facebook.react.ReactApplication
;
import
com.zoontek.rnbootsplash.RNBootSplashPackage
;
import
com.BV.LinearGradient.LinearGradientPackage
;
import
com.oblador.vectoricons.VectorIconsPackage
;
import
com.oblador.vectoricons.VectorIconsPackage
;
...
...
@@ -14,8 +15,6 @@ import com.facebook.soloader.SoLoader;
import
java.lang.reflect.InvocationTargetException
;
import
java.util.List
;
import
com.facebook.react.ReactApplication
;
//<- Dòng này
import
io.invertase.firebase.messaging.RNFirebaseMessagingPackage
;
//<- Dòng này
import
io.invertase.firebase.notifications.RNFirebaseNotificationsPackage
;
//<- Dòng này
import
com.zoontek.rnbootsplash.RNBootSplashPackage
;
public
class
MainApplication
extends
Application
implements
ReactApplication
{
...
...
@@ -33,8 +32,6 @@ public class MainApplication extends Application implements ReactApplication {
List
<
ReactPackage
>
packages
=
new
PackageList
(
this
).
getPackages
();
// Packages that cannot be autolinked yet can be added manually here, for example:
// packages.add(new MyReactNativePackage());
packages
.
add
(
new
RNFirebaseMessagingPackage
());
//<- Dòng này
packages
.
add
(
new
RNFirebaseNotificationsPackage
());
//<- Dòng này
// packages.add(new RNBootSplashPackage());
return
packages
;
}
...
...
android/settings.gradle
View file @
3a9cee9a
rootProject
.
name
=
'Invest'
include
':react-native-bootsplash'
project
(
':react-native-bootsplash'
).
projectDir
=
new
File
(
rootProject
.
projectDir
,
'../node_modules/react-native-bootsplash/android'
)
include
':react-native-bootsplash'
project
(
':react-native-bootsplash'
).
projectDir
=
new
File
(
rootProject
.
projectDir
,
'../node_modules/react-native-bootsplash/android'
)
include
':react-native-linear-gradient'
project
(
':react-native-linear-gradient'
).
projectDir
=
new
File
(
rootProject
.
projectDir
,
'../node_modules/react-native-linear-gradient/android'
)
include
':react-native-vector-icons'
...
...
ios/Invest.xcodeproj/project.pbxproj
View file @
3a9cee9a
...
...
@@ -19,13 +19,10 @@
2DCD954D1E0B4F2C00145EB5
/* InvestTests.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
00E356F21AD99517003FC87E
/* InvestTests.m */
;
};
2FCC6749524E697FC9323F22
/* libPods-Invest-InvestTests.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
ABCEBFE5646F1EF68E7C87AB
/* libPods-Invest-InvestTests.a */
;
};
48E6A9A75AE9C55476F21D2D
/* libPods-Invest-tvOSTests.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
4ECD31835B4784D2DC719E76
/* libPods-Invest-tvOSTests.a */
;
};
<
<<<<<<
H
EAD
=======
52B7A0A425F722CF00CEDA09
/* GoogleService-Info.plist in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
52B7A0A325F722CF00CEDA09
/* GoogleService-Info.plist */
;
};
52B7A0A525F722CF00CEDA09
/* GoogleService-Info.plist in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
52B7A0A325F722CF00CEDA09
/* GoogleService-Info.plist */
;
};
52FB2B09262400D400DD7983
/* BootSplash.storyboard in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
52FB2B08262400D400DD7983
/* BootSplash.storyboard */
;
};
52FB2B0A262400D400DD7983
/* BootSplash.storyboard in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
52FB2B08262400D400DD7983
/* BootSplash.storyboard */
;
};
>
>>>>>>
splash
BEE4F63E354049C2D225330D
/* libPods-Invest.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
5F96EA7789D1E36A43479651
/* libPods-Invest.a */
;
};
C58809ADB943708AF0E7E27E
/* libPods-Invest-tvOS.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FC653233E0AC368FCB03B57C
/* libPods-Invest-tvOS.a */
;
};
/* End PBXBuildFile section */
...
...
@@ -409,12 +406,8 @@
files
=
(
13B07FBF1A68108700A75B9A
/* Images.xcassets in Resources */
,
13B07FBD1A68108700A75B9A
/* LaunchScreen.xib in Resources */
,
<
<<<<<<
H
EAD
13869AC326244FB000412A7A
/*
Googl
e
S
e
rvi
ce
-In
f
o.plist
in
R
e
sour
ce
s
*/,
=======
52B7A0A425F722CF00CEDA09
/* GoogleService-Info.plist in Resources */
,
52FB2B09262400D400DD7983
/* BootSplash.storyboard in Resources */
,
>
>>>>>>
splash
);
runOnlyForDeploymentPostprocessing
=
0
;
};
...
...
ios/Podfile.lock
View file @
3a9cee9a
...
...
@@ -650,10 +650,6 @@ SPEC CHECKSUMS:
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
YoutubePlayer-in-WKWebView: cfbf46da51d7370662a695a8f351e5fa1d3e1008
<<<<<<< HEAD
PODFILE CHECKSUM: 0aed8e9b9bcc932aca0489409733bbdf33d0b8bc
=======
PODFILE CHECKSUM: a0276896cf4bf6dbd0e780acaa769b26a97ccce1
>>>>>>> splash
PODFILE CHECKSUM: cc64089dac6461c6a9751457c1e7a22a0aea274d
COCOAPODS: 1.10.1
package.json
View file @
3a9cee9a
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment