initial set up
Showing
.bundle/config
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
0 → 100644
.watchmanconfig
0 → 100644
This diff is collapsed.
.yarnrc.yml
0 → 100644
App.js
0 → 100644
Gemfile
0 → 100644
source 'https://rubygems.org' | ||
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version | ||
ruby ">= 2.6.10" | ||
# Exclude problematic versions of cocoapods and activesupport that causes build failures. | ||
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' | ||
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' |
__tests__/App.test.tsx
0 → 100644
android/app/build.gradle
0 → 100644
android/app/debug.keystore
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/build.gradle
0 → 100644
android/gradle.properties
0 → 100644
File added
android/gradlew
0 → 100644
android/gradlew.bat
0 → 100644
android/settings.gradle
0 → 100644
app.json
0 → 100644
babel.config.js
0 → 100644
index.js
0 → 100644
ios/.xcode.env
0 → 100644
This diff is collapsed.
ios/MeUCommic/AppDelegate.h
0 → 100644
ios/MeUCommic/AppDelegate.mm
0 → 100644
ios/MeUCommic/Info.plist
0 → 100644
ios/MeUCommic/main.m
0 → 100644
ios/Podfile
0 → 100644
jest.config.js
0 → 100644
metro.config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
src/api/authAPI.js
0 → 100644
src/api/axiosClient.js
0 → 100644
src/app/loaderSlice.js
0 → 100644
src/app/selectors.js
0 → 100644
src/app/serviceRequest.js
0 → 100644
src/app/store.js
0 → 100644
src/config/index.js
0 → 100644
src/styles/commonStyles.js
0 → 100644
src/utils/index.js
0 → 100644
src/values/colors.js
0 → 100644
src/values/strings.js
0 → 100644
tsconfig.json
0 → 100644