Skip to content

Commit

Permalink
change customhook to hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocle2497 committed Apr 28, 2021
1 parent 95cd5ec commit e60fc82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 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.64.9",
"version": "1.64.10",
"description": "Clean and minimalist React Native template for a quick start with TypeScript and components",
"scripts": {
"test": "exit 0"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion template/src/app/common/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './createFormData';
export * from './customHook';
export * from './hooks';
export * from './handleError';
export * from './handleMsg';
// export * from './requestPermission';
Expand Down

0 comments on commit e60fc82

Please sign in to comment.