React Native needs Node.js >= 18. You're currently on version v16.19.1. Please upgrade Node.js to a supported version and try again.
$ nvm alias default 16.14.2 $ nvm use
$ node -v
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"
{ | |
"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, |
(t.\w+[A-Za-z_.-]\w+)
{(this.props.t.(\w+[A-Za-z_.-]\w+))}
{translate($1)}
App/Containers
*.Styles.js
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