setup project
parents
Showing
.buckconfig
0 → 100644
.eslintrc.js
0 → 100644
.flowconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
0 → 100644
.watchmanconfig
0 → 100644
App.js
0 → 100644
__tests__/App-test.js
0 → 100644
android/app/BUCK
0 → 100644
android/app/build.gradle
0 → 100644
android/app/build_defs.bzl
0 → 100644
android/app/debug.keystore
0 → 100644
File added
android/app/proguard-rules.pro
0 → 100644
android/app/src/debug/AndroidManifest.xml
0 → 100644
android/app/src/main/AndroidManifest.xml
0 → 100644
File added
android/app/src/main/assets/fonts/Entypo.ttf
0 → 100644
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
android/app/src/main/assets/fonts/Zocial.ttf
0 → 100644
File added
2.98 KB
4.91 KB
2.05 KB
2.79 KB
4.46 KB
6.93 KB
6.31 KB
10.4 KB
9.03 KB
15.2 KB
android/app/src/main/res/values/strings.xml
0 → 100644
android/app/src/main/res/values/styles.xml
0 → 100644
android/build.gradle
0 → 100644
android/gradle.properties
0 → 100644
android/gradle/wrapper/gradle-wrapper.jar
0 → 100644
File added
android/gradlew
0 → 100755
android/gradlew.bat
0 → 100644
android/settings.gradle
0 → 100644
app.json
0 → 100644
babel.config.js
0 → 100644
index.js
0 → 100644
ios/Invest-tvOS/Info.plist
0 → 100644
ios/Invest-tvOSTests/Info.plist
0 → 100644
ios/Invest.xcodeproj/project.pbxproj
0 → 100644
This diff is collapsed.
Click to expand it.
ios/Invest/AppDelegate.h
0 → 100644
ios/Invest/AppDelegate.m
0 → 100644
ios/Invest/Base.lproj/LaunchScreen.xib
0 → 100644
ios/Invest/Images.xcassets/Contents.json
0 → 100644
ios/Invest/Info.plist
0 → 100644
ios/Invest/main.m
0 → 100644
ios/InvestTests/Info.plist
0 → 100644
ios/InvestTests/InvestTests.m
0 → 100644
ios/Podfile
0 → 100644
ios/Podfile.lock
0 → 100644
This diff is collapsed.
Click to expand it.
metro.config.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "Invest", | ||
"version": "0.0.1", | ||
"private": true, | ||
"scripts": { | ||
"android": "react-native run-android", | ||
"ios": "react-native run-ios", | ||
"start": "react-native start", | ||
"test": "jest", | ||
"lint": "eslint ." | ||
}, | ||
"dependencies": { | ||
"@react-native-community/async-storage": "^1.12.1", | ||
"@react-native-community/masked-view": "^0.1.10", | ||
"@react-navigation/bottom-tabs": "^5.11.7", | ||
"@react-navigation/native": "^5.9.2", | ||
"@react-navigation/stack": "^5.14.2", | ||
"axios": "^0.21.1", | ||
"lodash": "^4.17.20", | ||
"moment": "^2.29.1", | ||
"react": "16.11.0", | ||
"react-native": "0.62.2", | ||
"react-native-gesture-handler": "^1.9.0", | ||
"react-native-indicators": "^0.17.0", | ||
"react-native-linear-gradient": "^2.5.6", | ||
"react-native-modal": "^11.6.1", | ||
"react-native-reanimated": "^1.13.2", | ||
"react-native-safe-area-context": "^3.1.9", | ||
"react-native-screens": "^2.17.1", | ||
"react-native-vector-icons": "^8.0.0", | ||
"react-redux": "^7.2.2", | ||
"redux": "^4.0.5", | ||
"redux-saga": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.13.1", | ||
"@babel/runtime": "^7.13.1", | ||
"@react-native-community/eslint-config": "^2.0.0", | ||
"babel-jest": "^26.6.3", | ||
"eslint": "^7.20.0", | ||
"jest": "^26.6.3", | ||
"metro-react-native-babel-preset": "^0.65.1", | ||
"react-test-renderer": "16.11.0" | ||
}, | ||
"jest": { | ||
"preset": "react-native" | ||
} | ||
} |
src/Config/Functions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/Config/Setting.js
0 → 100644
src/Config/constants.js
0 → 100644
src/Config/socketIO.js
0 → 100644
src/Reducers/ModalLoading.js
0 → 100644
src/Reducers/SnackReducer.js
0 → 100644
src/Reducers/index.js
0 → 100644
src/Reducers/userReducer.js
0 → 100644
src/RootView.js
0 → 100644
src/Saga/rootSaga.js
0 → 100644
src/Saga/userSaga.js
0 → 100644
src/Screens/Home/Home.js
0 → 100644
src/Screens/Home/HomeView.js
0 → 100644
src/Screens/Login/Login.js
0 → 100644
src/Screens/Login/LoginView.js
0 → 100644
src/actions/NotificaitonAction.js
0 → 100644
src/actions/ReportAction.js
0 → 100644
src/actions/SnackBarAction.js
0 → 100644
src/actions/actionTypes.js
0 → 100644
src/actions/loadingAction.js
0 → 100644
src/actions/users.js
0 → 100644
src/apis/Functions/users.js
0 → 100644
src/apis/Status.js
0 → 100644
src/apis/helpers.js
0 → 100644
src/apis/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/apis/url.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/AsynStorage.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/R.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/colors.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/fonts.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/fontsize.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/LOGO-INVEST.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/addUser.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/avatar.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/cmntnd.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/deposit.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/sign.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/withdraw.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sizes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Block.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Button.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Header/Header.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Header/HeaderAvatar.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Header/HeaderHome.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Header/HeaderSearch.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Header/HeaderTitle.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Header/ModalOption.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/InputComponent.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/SnackBar.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routers/ScreenNames.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routers/StackNavigation.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routers/TabNavigation.js
0 → 100644
This diff is collapsed.
Click to expand it.
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.