upgrade stuff

This commit is contained in:
Violet Caulfield
2025-01-30 06:35:52 -06:00
parent a7025c13d6
commit f2e2a7de61
2 changed files with 725 additions and 3649 deletions

4369
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +1,14 @@
{
"name": "jellify",
"version": "0.1.3",
"version": "0.2.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
"test": "jest",
"pod-install": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install"
},
"dependencies": {
"@animatereactnative/marquee": "^0.2.0",