appcenter codepush release-react -a straus.md/straus.mobile -d Staging
appcenter codepush release-react -a straus.md/straus.mobile-1 -d Staging
post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET' end end end
(t.\w+[A-Za-z_.-]\w+)
{(this.props.t.(\w+[A-Za-z_.-]\w+))}
{translate($1)}
App/Containers
*.Styles.js
{ | |
"prettier.singleQuote": true, | |
"editor.formatOnSave": true, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.columnSelection": false, | |
"editor.cursorBlinking": "expand", | |
"editor.cursorSmoothCaretAnimation": "on", | |
"editor.cursorWidth": 2, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, |
git log --since="2024-01-01" --until="2024-01-31" --pretty=format:"%s"
git log --since="2024-02-01" --until="2024-02-29" --pretty=format:"%s"