Initial commit
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
GroupButton.js
0 → 100644
__tests__/App-test.js
0 → 100644
alert.js
0 → 100644
android/.project
0 → 100644
android/app/.classpath
0 → 100644
android/app/.project
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
img/Aflatmajor.png
0 → 100644
33.1 KB
img/Amajor.png
0 → 100644
30.1 KB
img/Bflatmajor.png
0 → 100644
29.8 KB
img/Bmajor.png
0 → 100644
42.5 KB
img/Cmajor.png
0 → 100644
34.6 KB
img/Csmajor.png
0 → 100644
32.5 KB
img/Dflatmajor.png
0 → 100644
34.9 KB
img/Dmajor.png
0 → 100644
37.9 KB
img/Eflatmajor.png
0 → 100644
29.9 KB
img/Emajor.png
0 → 100644
29.5 KB
img/Fmajor.png
0 → 100644
28 KB
img/Fsmajor.png
0 → 100644
33.3 KB
img/Gflatmajor.png
0 → 100644
35 KB
img/Gmajor.png
0 → 100644
36.4 KB
img/background.jpg
0 → 100644
45.2 KB
index.js
0 → 100644
ios/Podfile
0 → 100644
ios/Quiz-tvOS/Info.plist
0 → 100644
This diff is collapsed.
ios/Quiz/AppDelegate.h
0 → 100644
ios/Quiz/AppDelegate.m
0 → 100644
ios/Quiz/Info.plist
0 → 100644
ios/Quiz/main.m
0 → 100644
ios/QuizTests/Info.plist
0 → 100644
ios/QuizTests/QuizTests.m
0 → 100644
list.component.js
0 → 100644
metro.config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "Quiz", | |||
| "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/masked-view": "^0.1.10", | |||
| "@react-navigation/native": "^5.8.6", | |||
| "@react-navigation/stack": "^5.12.3", | |||
| "native-base": "^2.13.14", | |||
| "quiz": "^0.1.0", | |||
| "react": "^16.13.1", | |||
| "react-native": "0.63.3", | |||
| "react-native-awesome-alerts": "^1.4.2", | |||
| "react-native-elements": "^3.0.0-alpha.1", | |||
| "react-native-gesture-handler": "^1.8.0", | |||
| "react-native-multiple-select": "^0.5.6", | |||
| "react-native-reanimated": "^1.13.1", | |||
| "react-native-safe-area-context": "^3.1.8", | |||
| "react-native-screens": "^2.13.0", | |||
| "react-native-selectmultiple-button": "^0.1.105", | |||
| "react-native-stopwatch-timer": "^0.0.21", | |||
| "react-native-vector-icons": "^7.1.0", | |||
| "react-navigation-hooks": "^1.1.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@babel/core": "^7.12.3", | |||
| "@babel/preset-flow": "^7.12.1", | |||
| "@babel/runtime": "^7.12.5", | |||
| "@react-native-community/eslint-config": "^2.0.0", | |||
| "babel-jest": "^26.6.3", | |||
| "eslint": "^7.12.1", | |||
| "flow-bin": "^0.137.0", | |||
| "flow-remove-types": "^2.137.0", | |||
| "jest": "^26.6.3", | |||
| "metro-react-native-babel-preset": "^0.64.0", | |||
| "react-test-renderer": "16.13.1" | |||
| }, | |||
| "jest": { | |||
| "preset": "react-native" | |||
| } | |||
| } |
q1.js
0 → 100644
quiz1.js
0 → 100644
quiz10.js
0 → 100644
quiz11.js
0 → 100644
quiz12.js
0 → 100644
quiz13.js
0 → 100644
quiz14.js
0 → 100644
quiz2.js
0 → 100644
quiz3.js
0 → 100644
quiz4.js
0 → 100644
quiz5.js
0 → 100644
quiz6.js
0 → 100644
This diff is collapsed.
quiz7.js
0 → 100644
This diff is collapsed.
quiz8.js
0 → 100644
This diff is collapsed.
quiz9.js
0 → 100644
This diff is collapsed.
style.js
0 → 100644
This diff is collapsed.
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.