Initial commit
parents
Showing
.buckconfig
0 → 100644
.bundle/config
0 → 100644
.eslintrc.js
0 → 100644
.flowconfig
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
0 → 100644
.ruby-version
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.7.4' | ||
gem 'cocoapods', '~> 1.11', '>= 1.11.2' |
Gemfile.lock
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
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/Podfile
0 → 100644
ios/better_you/AppDelegate.h
0 → 100644
ios/better_you/Info.plist
0 → 100644
ios/better_you/main.m
0 → 100644
metro.config.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "better_you", | ||
"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-async-storage/async-storage": "^1.17.3", | ||
"@react-navigation/core": "^6.2.1", | ||
"@react-navigation/native": "^6.0.10", | ||
"@react-navigation/native-stack": "^6.6.2", | ||
"@react-navigation/stack": "^6.2.1", | ||
"react": "17.0.2", | ||
"react-native": "0.68.1", | ||
"react-native-onboarding-swiper": "^1.2.0", | ||
"react-native-safe-area-context": "^4.2.4", | ||
"react-native-screens": "^3.13.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.9", | ||
"@babel/runtime": "^7.17.9", | ||
"@react-native-community/eslint-config": "^3.0.1", | ||
"babel-jest": "^28.0.0", | ||
"eslint": "^8.14.0", | ||
"jest": "^28.0.0", | ||
"metro-react-native-babel-preset": "^0.70.2", | ||
"react-test-renderer": "17.0.2" | ||
}, | ||
"jest": { | ||
"preset": "react-native" | ||
} | ||
} |
152 KB
392 KB
135 KB
src/screens/Home.js
0 → 100644
src/screens/Onboard.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.