Skip to content

Commit

Permalink
build new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocle2497 committed Oct 1, 2024
1 parent c38e5d0 commit 9bb1aec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rn-boiler-template",
"private": false,
"version": "1.74.6",
"version": "1.74.9",
"description": "Clean and minimalist React Native template for a quick start with TypeScript and components",
"scripts": {
"test": "exit 0"
Expand Down
27 changes: 13 additions & 14 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"private": true,
"scripts": {
"postinstall": "node ./scripts/setup.js",
"lint": "eslint index.js ./declare/**/*.{ts,js,tsx} ./scripts/**/*.js ./src/**/*.{ts,js,tsx} ",
"lint": "eslint index.js ./declare/**/*.ts ./scripts/**/*.js ./src/**/*.{ts,js,tsx} ",
"start": "node scripts/start.js env/dev.json",
"format": "prettier --write **/*.{ts,tsx,js,json,md}",
"splash": "node ./scripts/splash.js assets/splash/splash.png FFFFFF 150 main BootSplash",
"type:check": "yarn tsc --noEmit --skipLibCheck",
"app-icon": "npx -y rn-ml appicon -s assets/appicon/appicon.png",
Expand All @@ -23,10 +22,10 @@
"dependencies": {
"@gorhom/portal": "^1.0.14",
"@hookform/resolvers": "^3.7.0",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.10.0",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@reduxjs/toolkit": "^2.2.6",
"@shopify/flash-list": "^1.6.4",
"@shopify/react-native-skia": "^1.3.7",
Expand All @@ -41,22 +40,22 @@
"react": "18.2.0",
"react-fast-compare": "^3.2.2",
"react-freeze": "^1.0.4",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.2",
"react-native": "0.74.5",
"react-native-animateable-text": "^0.12.1",
"react-native-bootsplash": "^5.5.3",
"react-native-gesture-handler": "^2.17.1",
"react-native-keyboard-controller": "^1.12.4",
"react-native-gesture-handler": "^2.20.0",
"react-native-keyboard-controller": "^1.14.0",
"react-native-keys": "^0.7.10",
"react-native-linear-gradient": "^2.8.3",
"react-native-mmkv": "^2.12.2",
"react-native-reanimated": "^3.14.0",
"react-native-safe-area-context": "^4.10.7",
"react-native-screens": "^3.32.0",
"react-native-svg": "^15.3.0",
"react-native-unistyles": "^2.9.1",
"react-native-vector-icons": "^10.1.0",
"react-native-reanimated": "^3.15.4",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.34.0",
"react-native-svg": "^15.7.1",
"react-native-unistyles": "^2.9.2",
"react-native-vector-icons": "^10.2.0",
"react-redux": "^9.1.2",
"zod": "^3.22.4"
},
Expand Down
File renamed without changes.

0 comments on commit 9bb1aec

Please sign in to comment.