Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14,236 changes: 14,236 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jwt-decode": "^3.1.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native": "0.70.8",
"react-native-gesture-handler": "~2.8.0",
"react-native-get-random-values": "~1.8.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
Expand Down
41 changes: 41 additions & 0 deletions project-tree.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
app.config.ts
App.tsx
babel.config.js
db.json
map-style.json
package-lock.json
package.json
README.md
tsconfig.json
yarn.lock
assets\favicon.png
assets\icon.png
assets\splash.png
assets\splash@2x.png
assets\splash@3x.png
src\@types\png.d.ts
src\components\BigButton.tsx
src\components\Spacer.tsx
src\constants\MapSettings.ts
src\context\AuthenticationContext.ts
src\images\logo.png
src\images\logo@2x.png
src\images\logo@3x.png
src\images\map-marker-blue.png
src\images\map-marker-blue@2x.png
src\images\map-marker-blue@3x.png
src\images\map-marker-grey.png
src\images\map-marker-grey@2x.png
src\images\map-marker-grey@3x.png
src\images\map-marker.png
src\images\map-marker@2x.png
src\images\map-marker@3x.png
src\images\marker.svg
src\pages\EventsMap.tsx
src\pages\Login.tsx
src\routes\AppStack.tsx
src\services\api.ts
src\services\caching.ts
src\services\imageApi.ts
src\types\User.ts
src\utils\index.ts
Loading