Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sarthakpranesh/Covid19
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.5
Choose a base ref
...
head repository: sarthakpranesh/Covid19
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Dec 19, 2020

  1. Changes:

    1. Updated fontScale use with a constant implementation
    2. Fixed the current active case count
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Dec 19, 2020
    Copy the full SHA
    d596cae View commit details
  2. Updated Android Apk version and replicated on package.json

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Dec 19, 2020
    Copy the full SHA
    3d18e51 View commit details
  3. Updated drawer navigation scaling & ready for new release

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Dec 19, 2020
    Copy the full SHA
    5e438a3 View commit details

Commits on Feb 15, 2021

  1. Added web support using react-native-web, using expo for web only

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 15, 2021
    Copy the full SHA
    2ae1dc6 View commit details
  2. Updated drawer styles to render suitable sizes on large screens

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 15, 2021
    Copy the full SHA
    a0d1304 View commit details

Commits on Feb 24, 2021

  1. Added SVG components and removed react-native-vector-icons

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 24, 2021
    Copy the full SHA
    255b45a View commit details
  2. Code refactor for web

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 24, 2021
    Copy the full SHA
    22f0370 View commit details
  3. Code refactor for web

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 24, 2021
    Copy the full SHA
    dfc59df View commit details
  4. Web fully functional

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 24, 2021
    Copy the full SHA
    4571b4c View commit details
  5. deployed web app

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 24, 2021
    Copy the full SHA
    89150e7 View commit details

Commits on Feb 25, 2021

  1. Changes:

    1. added redux and async storage
    2. moving to redux
    3. code refactor
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 25, 2021
    Copy the full SHA
    5d95b35 View commit details
  2. Using API function with Redux rather then react context for covid data

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 25, 2021
    Copy the full SHA
    9ca2b15 View commit details
  3. Changes:

    1. using reanimated 2
    2. removed drawer animation
    3. tranform remove console added
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 25, 2021
    Copy the full SHA
    54294d3 View commit details
  4. Changes

    1. Removed react-native-splash-screen: no web support
    2. Cleaned project and removed config for react-native-splash-screen
    3. Added Splash Screen from the js code
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 25, 2021
    Copy the full SHA
    7b203d1 View commit details
  5. Changes:

    1. moved babel transform remove consolve to dev dependency
    2. removed unused navigations and refactored navigators
    3. updated APIs to use node-fetch
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 25, 2021
    Copy the full SHA
    af0bc31 View commit details
  6. Changes:

    1. added SafeAreaProvider and created new SafeAreaView component
    2. refactored screens
    3. moved covid data api call to root
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 25, 2021
    Copy the full SHA
    aca111f View commit details

Commits on Feb 26, 2021

  1. Adding proguard rule for svg components

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 26, 2021
    Copy the full SHA
    9473975 View commit details
  2. Shipping Roboto with app, will be followed with refactor of all Text …

    …components
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 26, 2021
    Copy the full SHA
    84ad765 View commit details
  3. Added fontFamily as Roboto to all Text compnents in the app, #22

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 26, 2021
    Copy the full SHA
    e0c5bc2 View commit details
  4. Added fonts to web

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 26, 2021
    Copy the full SHA
    103a7f8 View commit details
  5. Changes:

    1. moved header to screen from drawer
    2. removed unused packages
    3. cleaned babel config
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 26, 2021
    Copy the full SHA
    f2f0781 View commit details
  6. Using current location in web

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Feb 26, 2021
    Copy the full SHA
    c48192e View commit details

Commits on Mar 9, 2021

  1. Changes:

    1. setup unimodules to use expo-splash-screen
    2. updated App.tsx to use expo splash screen for ios and web whereas custom one for web
    3. updated react native to latest version
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 9, 2021
    Copy the full SHA
    988a14d View commit details
  2. Using PWA for the web version now

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 9, 2021
    Copy the full SHA
    1c854fc View commit details
  3. Updating android configs in travis build env

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 9, 2021
    Copy the full SHA
    e210d0b View commit details
  4. Newer version of sdk and build tools didn't work so adding both

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 9, 2021
    Copy the full SHA
    9457a24 View commit details
  5. Updated documents and bumpped up app version for release

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 9, 2021
    Copy the full SHA
    474194a View commit details
  6. CandleChart refactor underway

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 9, 2021
    Copy the full SHA
    af5accc View commit details

Commits on Mar 10, 2021

  1. Changes:

    1. Added moti for quicker animation creation
    2. added animation to screens
    3. removed animation from Candle component: to many candle components lead to slower performance
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 10, 2021
    Copy the full SHA
    0726d14 View commit details
  2. lint fix

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 10, 2021
    Copy the full SHA
    c7ca9f3 View commit details
  3. Updated Candle Chart configs

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 10, 2021
    Copy the full SHA
    8da5a46 View commit details

Commits on Mar 11, 2021

  1. trimming the app down

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 11, 2021
    Copy the full SHA
    606bf7b View commit details

Commits on Mar 15, 2021

  1. Striping down

    1. removed new cards component
    2. removed the hooks for news api
    3. removed news api
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 15, 2021
    Copy the full SHA
    4065a38 View commit details
  2. Minor warning fix

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 15, 2021
    Copy the full SHA
    e89c383 View commit details
  3. Cleaning up assets

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 15, 2021
    Copy the full SHA
    86053a6 View commit details
  4. Updated readme and readmeHeader

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 15, 2021
    Copy the full SHA
    e022d09 View commit details

Commits on Mar 16, 2021

  1. Merge pull request #23 from sarthakpranesh/develop

    Release v3.0.0
    Sarthak Pranesh authored Mar 16, 2021
    Copy the full SHA
    4a1df34 View commit details

Commits on Mar 20, 2021

  1. Build fixes for ios

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 20, 2021
    Copy the full SHA
    e06ca28 View commit details

Commits on Mar 25, 2021

  1. Removed Flipper as not in use and fixed iOS build crash

    Bumpping up verion for bug fix release and removal of Flipper
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Mar 25, 2021
    Copy the full SHA
    c58f029 View commit details

Commits on Mar 31, 2021

  1. Bump y18n from 4.0.0 to 4.0.1

    Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/yargs/y18n/releases)
    - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/yargs/y18n/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 31, 2021
    Copy the full SHA
    0ea0710 View commit details

Commits on Apr 1, 2021

  1. Merge pull request #24 from sarthakpranesh/dependabot/npm_and_yarn/y1…

    …8n-4.0.1
    
    Bump y18n from 4.0.0 to 4.0.1
    Sarthak Pranesh authored Apr 1, 2021
    Copy the full SHA
    166f9df View commit details

Commits on Apr 12, 2021

  1. Changes:

    1. removed flow configs - not used in project
    2. moved permissions into a seperate component from main App.tsx file
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Apr 12, 2021
    Copy the full SHA
    e7fa160 View commit details
  2. Changes: Feature Enhancements

    1. Added more covid data
    2. Created new component to switch the graph data - ChipList
    3. Updated CandleChart to display multiple data on switch using new component
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Apr 12, 2021
    Copy the full SHA
    20af344 View commit details
  3. Minor UI fix for web

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Apr 12, 2021
    Copy the full SHA
    cbb8b9d View commit details
  4. Bumpping up app version

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Apr 12, 2021
    Copy the full SHA
    4c56f3e View commit details

Commits on Apr 13, 2021

  1. Changes:

    1. Added new vaccine data endpoint and updated existing implementation in DiseaseApi
    2. Rerendering the whole list on data change
    3. Minor UI fix
    
    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Apr 13, 2021
    Copy the full SHA
    711e044 View commit details
  2. Minor UI change in Candle Chart

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Apr 13, 2021
    Copy the full SHA
    d958d6b View commit details
  3. Corrected app version on iOS and making Release for v3.1.1

    Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
    sarthakpranesh committed Apr 13, 2021
    Copy the full SHA
    1d230e9 View commit details
  4. Copy the full SHA
    146afa5 View commit details

Commits on May 11, 2021

  1. Bump hosted-git-info from 2.8.8 to 2.8.9

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 11, 2021
    Copy the full SHA
    f45dcb2 View commit details
Showing with 13,600 additions and 9,235 deletions.
  1. +0 −6 .buckconfig
  2. +4 −0 .eslintignore
  3. +2 −23 .eslintrc.js
  4. +4 −0 .expo-shared/assets.json
  5. +0 −74 .flowconfig
  6. +0 −1 .gitattributes
  7. +12 −60 .gitignore
  8. +0 −6 .prettierrc.js
  9. +0 −23 .travis.yml
  10. BIN App Store Assets/Main.png
  11. BIN App Store Assets/icon.png
  12. BIN App Store Assets/screens/1.png
  13. BIN App Store Assets/screens/2.png
  14. BIN App Store Assets/screens/3.png
  15. BIN App Store Assets/screens/4.png
  16. BIN App Store Assets/screens/5.png
  17. BIN App Store Assets/screens/6.png
  18. +121 −115 App.tsx
  19. +0 −15 __tests__/App-test.js
  20. +0 −17 android/.project
  21. +0 −13 android/.settings/org.eclipse.buildship.core.prefs
  22. +0 −6 android/app/.classpath
  23. +0 −23 android/app/.project
  24. +0 −13 android/app/.settings/org.eclipse.buildship.core.prefs
  25. +0 −55 android/app/BUCK
  26. +0 −244 android/app/build.gradle
  27. +0 −19 android/app/build_defs.bzl
  28. BIN android/app/debug.keystore
  29. +0 −12 android/app/proguard-rules.pro
  30. +0 −8 android/app/src/debug/AndroidManifest.xml
  31. +0 −72 android/app/src/debug/java/com/covid19/ReactNativeFlipper.java
  32. +0 −30 android/app/src/main/AndroidManifest.xml
  33. +0 −24 android/app/src/main/java/com/covid19/MainActivity.java
  34. +0 −81 android/app/src/main/java/com/covid19/MainApplication.java
  35. BIN android/app/src/main/res/drawable-ldpi/launch_screen.png
  36. +0 −6 android/app/src/main/res/layout/launch_screen.xml
  37. BIN android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  38. BIN android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
  39. BIN android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  40. BIN android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
  41. BIN android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  42. BIN android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  43. BIN android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  44. BIN android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  45. BIN android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  46. BIN android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
  47. +0 −3 android/app/src/main/res/values/strings.xml
  48. +0 −9 android/app/src/main/res/values/styles.xml
  49. +0 −40 android/build.gradle
  50. +0 −30 android/gradle.properties
  51. BIN android/gradle/wrapper/gradle-wrapper.jar
  52. +0 −5 android/gradle/wrapper/gradle-wrapper.properties
  53. +0 −188 android/gradlew
  54. +0 −100 android/gradlew.bat
  55. +0 −5 android/settings.gradle
  56. +33 −3 app.json
  57. BIN assets/C19.png
  58. BIN assets/adaptive-icon.png
  59. BIN assets/favicon.png
  60. BIN assets/fonts/Roboto.ttf
  61. BIN assets/{img → }/ic1.png
  62. BIN assets/icon.png
  63. BIN assets/img/cs.png
  64. BIN assets/img/dt.png
  65. BIN assets/img/sh.png
  66. BIN assets/img/sp.png
  67. BIN assets/img/v.png
  68. BIN assets/img/wh.png
  69. BIN assets/splash.png
  70. +12 −7 babel.config.js
  71. +20 −0 eas.json
  72. +3 −22 index.js
  73. +0 −4 ios/Covid19-Bridging-Header.h
  74. +0 −53 ios/Covid19-tvOS/Info.plist
  75. +0 −24 ios/Covid19-tvOSTests/Info.plist
  76. +0 −1,104 ios/Covid19.xcodeproj/project.pbxproj
  77. +0 −88 ios/Covid19.xcodeproj/xcshareddata/xcschemes/Covid19-tvOS.xcscheme
  78. +0 −88 ios/Covid19.xcodeproj/xcshareddata/xcschemes/Covid19.xcscheme
  79. +0 −10 ios/Covid19.xcworkspace/contents.xcworkspacedata
  80. +0 −8 ios/Covid19.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  81. +0 −8 ios/Covid19/AppDelegate.h
  82. +0 −58 ios/Covid19/AppDelegate.m
  83. +0 −42 ios/Covid19/Base.lproj/LaunchScreen.xib
  84. +0 −38 ios/Covid19/Images.xcassets/AppIcon.appiconset/Contents.json
  85. +0 −6 ios/Covid19/Images.xcassets/Contents.json
  86. +0 −61 ios/Covid19/Info.plist
  87. +0 −9 ios/Covid19/main.m
  88. +0 −65 ios/Covid19Tests/Covid19Tests.m
  89. +0 −24 ios/Covid19Tests/Info.plist
  90. +0 −106 ios/Podfile
  91. +0 −516 ios/Podfile.lock
  92. +0 −8 ios/location.swift
  93. +0 −4 jest.config.js
  94. +0 −17 metro.config.js
  95. +52 −52 package.json
  96. +19 −10 readme.md
  97. BIN readmeHeader.png
  98. +4 −0 src-tauri/.gitignore
  99. +3,608 −0 src-tauri/Cargo.lock
  100. +24 −0 src-tauri/Cargo.toml
  101. BIN src-tauri/icons/128x128.png
  102. BIN src-tauri/icons/128x128@2x.png
  103. BIN src-tauri/icons/32x32.png
  104. BIN src-tauri/icons/Square107x107Logo.png
  105. BIN src-tauri/icons/Square142x142Logo.png
  106. BIN src-tauri/icons/Square150x150Logo.png
  107. BIN src-tauri/icons/Square284x284Logo.png
  108. BIN src-tauri/icons/Square30x30Logo.png
  109. BIN src-tauri/icons/Square310x310Logo.png
  110. BIN src-tauri/icons/Square44x44Logo.png
  111. BIN src-tauri/icons/Square71x71Logo.png
  112. BIN src-tauri/icons/Square89x89Logo.png
  113. BIN src-tauri/icons/StoreLogo.png
  114. BIN src-tauri/icons/icon.icns
  115. BIN src-tauri/icons/icon.ico
  116. BIN src-tauri/icons/icon.png
  117. +14 −0 src-tauri/rustfmt.toml
  118. +3 −0 src-tauri/src/build.rs
  119. +10 −0 src-tauri/src/main.rs
  120. +66 −0 src-tauri/tauri.conf.json
  121. +0 −28 src/API/DiseaseApi.ts
  122. +0 −41 src/API/NewsApi.ts
  123. +0 −63 src/API/NinjaApi.ts
  124. +16 −0 src/Layout.ts
  125. +21 −17 src/Styles.ts
  126. +20 −0 src/components/Candle.tsx
  127. +122 −124 src/components/CandleCharts.tsx
  128. +69 −0 src/components/ChipList/ChipList.tsx
  129. +30 −30 src/components/Country.tsx
  130. +0 −39 src/components/NewsCards.tsx
  131. +0 −65 src/components/PreventionCards.tsx
  132. +82 −58 src/components/RowStackResult.tsx
  133. +22 −0 src/components/SafeAreaView.tsx
  134. +21 −0 src/components/Svgs/Github.tsx
  135. +23 −0 src/components/Svgs/Vaccine.tsx
  136. +2 −0 src/components/Svgs/index.tsx
  137. +0 −138 src/components/navigation/Drawer.tsx
  138. +0 −46 src/components/navigation/DrawerItem.tsx
  139. +0 −48 src/hooks/getHomeScreenData.ts
  140. +0 −32 src/hooks/getLocationHook.ts
  141. +0 −26 src/hooks/getTopHeadlines.ts
  142. +34 −0 src/navigation/index.tsx
  143. +8 −0 src/rawVaccine.ts
  144. +0 −137 src/screens/AboutScreen.tsx
  145. +0 −260 src/screens/HelpScreen.tsx
  146. +157 −95 src/screens/HomeScreen.tsx
  147. +0 −77 src/screens/PrecautionScreen.tsx
  148. +25 −0 src/screens/SplashScreen.web.tsx
  149. +0 −69 src/screens/TopHeadlinesScreen.tsx
  150. +138 −0 src/services/API/Disease.ts
  151. +24 −0 src/services/API/functions/getCountry.ts
  152. +38 −0 src/services/API/functions/getCovidData.ts
  153. +18 −0 src/services/numberFormatter.ts
  154. +30 −0 src/services/redux/index.ts
  155. +41 −0 src/services/redux/reducers/DefaultReducer.ts
  156. +12 −0 src/services/redux/reducers/index.ts
  157. BIN test-release.keystore.enc
  158. +4 −21 tsconfig.json
  159. +0 −22 upload-apk.sh
  160. +13 −0 webpack.config.js
  161. +8,619 −4,038 yarn.lock
6 changes: 0 additions & 6 deletions .buckconfig

This file was deleted.

4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
web-build
src-tauri
.expo
25 changes: 2 additions & 23 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
module.exports = {
env: {
es2020: true,
node: true
},
extends: [
'plugin:react/recommended',
'standard'
],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaFeatures: {
jsx: true
},
ecmaVersion: 11,
sourceType: 'module'
},
plugins: [
'react',
'@typescript-eslint'
],
rules: {
}
}
extends: "universe/native",
};
4 changes: 4 additions & 0 deletions .expo-shared/assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"12bb71342c6255bbf50437ec8f4441c083f47cdb74bd89160c15e4f43e52a1cb": true,
"40b842e832070c58deac6aa9e08fa459302ee3f9da492c7e77d93d2fbf4a56fd": true
}
74 changes: 0 additions & 74 deletions .flowconfig

This file was deleted.

1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

72 changes: 12 additions & 60 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,61 +1,13 @@
# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

# node.js
#
node_modules/
npm-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/

*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots

# Bundle artifact
*.jsbundle

# CocoaPods
/ios/Pods/

.env
.expo/
npm-debug.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/

# macOS
.DS_Store
6 changes: 0 additions & 6 deletions .prettierrc.js

This file was deleted.

23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

Binary file removed App Store Assets/Main.png
Binary file not shown.
Binary file removed App Store Assets/icon.png
Binary file not shown.
Binary file removed App Store Assets/screens/1.png
Binary file not shown.
Binary file removed App Store Assets/screens/2.png
Binary file not shown.
Binary file removed App Store Assets/screens/3.png
Binary file not shown.
Binary file removed App Store Assets/screens/4.png
Binary file not shown.
Binary file removed App Store Assets/screens/5.png
Binary file not shown.
Binary file removed App Store Assets/screens/6.png
Binary file not shown.
Loading