Push existing project to GitLab
Showing
.bundle/config
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
0 → 100644
.watchmanconfig
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" | ||
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper | ||
# bound in the template on Cocoapods with next React Native release. | ||
gem 'cocoapods', '>= 1.13', '< 1.15' | ||
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0' |
README.md
0 → 100644
__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/EMidWife/AppDelegate.h
0 → 100644
ios/EMidWife/AppDelegate.mm
0 → 100644
ios/EMidWife/Info.plist
0 → 100644
ios/EMidWife/main.m
0 → 100644
ios/EMidWifeTests/Info.plist
0 → 100644
ios/Podfile
0 → 100644
jest.config.js
0 → 100644
jest.setup.js
0 → 100644
metro.config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
8.76 KB
src/assets/drawer-cover.jpeg
0 → 100644
232 KB
src/assets/ex_1.jpg
0 → 100644
131 KB
src/assets/ex_2.jpg
0 → 100644
163 KB
src/assets/ex_3.jpg
0 → 100644
176 KB
src/assets/ex_4.jpg
0 → 100644
215 KB
149 KB
src/assets/glucose.jpg
0 → 100644
256 KB
src/assets/icons/LOGO.svg
0 → 100644
src/assets/icons/dot.svg
0 → 100644
src/assets/icons/mother.svg
0 → 100644
src/assets/icons/rounds.svg
0 → 100644
src/assets/icons/time.svg
0 → 100644
src/assets/icons/watch.svg
0 → 100644
src/assets/pressure.jpg
0 → 100644
93.4 KB
src/assets/pressure_v1.jpg
0 → 100644
50 KB
src/assets/tracking.jpg
0 → 100644
2.41 MB
src/assets/user.jpg
0 → 100644
4.9 KB
src/components/Button.js
0 → 100644
src/constants/colors.js
0 → 100644
src/constants/imgs.js
0 → 100644
src/constants/index.js
0 → 100644
src/constants/routes.js
0 → 100644
src/screens/auth/Login.js
0 → 100644
src/screens/auth/Register.js
0 → 100644
src/screens/home/Home.js
0 → 100644
src/screens/home/Settings.js
0 → 100644
src/screens/home/Wallet.js
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
src/screens/index.js
0 → 100644
This diff is collapsed.
src/services/auth/index.js
0 → 100644
This diff is collapsed.
This diff is collapsed.
yarn.lock
0 → 100644
This diff is collapsed.