-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🗑️chore: ah yes * 📚docs: remove useless stuff * 💫sketch: the real work start HERE * 🥑frontend: for the svg that got hands * 🐛fix: forgor I changed the absolute path * ✨feature: been a month huh WHAT THE F * 💫ui: bottom nav got hands? * 🛌🏽ui: background background background x19 * 🛌🏽ui: the bottom nav finally look like the scidadidu * 🛌🏽ui: this bottom sheet got hands ayo wtf, why its not clossin * 💀ui: tbh good enough animation can be another day * 💀 xD: great * 💀 xD: react native probaly not my thing up to date * 💀 xD: nah I had enough * ✨feature: time to drop iout * 🤡 ui: I rated this pr 1/100 * 🐛fix: toggle typed error, and minor styling that annoyned me ANIMATION ANIMATION ANIMATION, well I can make a parallax but `uno momento por favor` * 🐛fix: ios shoul work now idk
- Loading branch information
Showing
41 changed files
with
3,106 additions
and
2,811 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"expo": { | ||
"name": "barbell", | ||
"slug": "barbell", | ||
"version": "1.0.0", | ||
"sdkVersion": "49.0.0", | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
] | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,27 @@ | ||
/** @type {import("@babel/core").ConfigFunction} */ | ||
module.exports = (api) => { | ||
api.cache.forever() | ||
// api.cache.forever() | ||
api.cache(true) | ||
|
||
return { | ||
presets: [ | ||
['babel-preset-expo', { jsxImportSource: 'nativewind' }], | ||
'nativewind/babel', | ||
['babel-preset-expo', { jsxImportSource: 'nativewind' }], | ||
], | ||
plugins: [ | ||
require.resolve('expo-router/babel'), | ||
['module:react-native-dotenv'], | ||
require.resolve('react-native-reanimated/plugin'), | ||
|
||
/* aliases */ | ||
[ | ||
'module-resolver', | ||
{ | ||
alias: { | ||
'~assets': './assets', | ||
}, | ||
}, | ||
], | ||
], | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
{ | ||
"cli": { | ||
"version": ">= 4.1.2" | ||
}, | ||
"build": { | ||
"base": { | ||
"node": "18.16.1", | ||
"ios": { | ||
"resourceClass": "m-medium" | ||
} | ||
}, | ||
"development": { | ||
"extends": "base", | ||
"developmentClient": true, | ||
"distribution": "internal", | ||
"releaseChannel": "default", | ||
"android": { | ||
"buildType": "apk" | ||
} | ||
}, | ||
"preview": { | ||
"extends": "base", | ||
"distribution": "internal", | ||
"releaseChannel": "preview", | ||
"android": { | ||
"buildType": "apk" | ||
} | ||
{ | ||
"cli": { | ||
"version": ">= 5.8.0" | ||
}, | ||
"production": { | ||
"extends": "base" | ||
}, | ||
"devclient": { | ||
"extends": "base", | ||
"releaseChannel": "default", | ||
"distribution": "internal", | ||
"developmentClient": true, | ||
"android": { | ||
"buildType": "apk" | ||
"build": { | ||
"base": { | ||
"node": "18.16.1", | ||
"ios": { | ||
"resourceClass": "m-medium" | ||
} | ||
}, | ||
"development": { | ||
"extends": "base", | ||
"developmentClient": true, | ||
"distribution": "internal", | ||
"releaseChannel": "default", | ||
"android": { | ||
"buildType": "apk" | ||
} | ||
}, | ||
"preview": { | ||
"extends": "base", | ||
"distribution": "internal", | ||
"releaseChannel": "preview", | ||
"android": { | ||
"buildType": "apk" | ||
} | ||
}, | ||
"ios": { | ||
"simulator": true | ||
"production": { | ||
"extends": "base" | ||
}, | ||
"devclient": { | ||
"extends": "base", | ||
"releaseChannel": "default", | ||
"distribution": "internal", | ||
"developmentClient": true, | ||
"android": { | ||
"buildType": "apk" | ||
}, | ||
"ios": { | ||
"simulator": true | ||
} | ||
} | ||
}, | ||
"submit": { | ||
"production": {} | ||
} | ||
}, | ||
"submit": { | ||
"production": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.