Skip to content

Commit

Permalink
update app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocle2497 committed Sep 27, 2022
1 parent bab0c21 commit 3f49204
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-boiler-template",
"version": "1.70.4",
"version": "1.70.5",
"description": "Clean and minimalist React Native template for a quick start with TypeScript and components",
"scripts": {
"test": "exit 0"
Expand Down
2 changes: 1 addition & 1 deletion template/env/.dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ APP_PLACEHOLDER_NAME=HelloWorld
VERSION_CODE=1
VERSION_NAME=1.0.0
BUNDLE_IDENTIFIER=com.helloworld
ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon-Dev
DEBUG_PROVISIONING_PROFILE=com_helloworld
RELEASE_PROVISIONING_PROFILE=com_helloworld_appstore
DEFAULT_FALLBACK_LNG_I18n=en
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"test": "jest",
"lint": "eslint index.js ./__tests__/** ./scripts/*.js ./src/** --ext .js,.ts,.tsx",
"lint": "eslint index.js ./scripts/*.js ./src/** --ext .js,.ts,.tsx",
"start": "npx react-native start --reset-cache",
"format": "prettier --write **/*.{ts,tsx,js,json,md}",
"splash": "yarn react-native generate-bootsplash splash/splash.png --background-color=FFFFFF --logo-width=150 --assets-path=assets --flavor=main",
Expand Down
1 change: 1 addition & 0 deletions template/src/app/config/type.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
export type ResponseBase<T = any, TStatus = boolean> = {
code: number;
} & (TStatus extends true
Expand Down

0 comments on commit 3f49204

Please sign in to comment.