Skip to content

Commit

Permalink
docs: memoization docs update (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak authored Jun 15, 2023
1 parent 59f0eb3 commit ff96df4
Show file tree
Hide file tree
Showing 4 changed files with 1,662 additions and 23 deletions.
4 changes: 4 additions & 0 deletions examples/react-native/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
root: true,
extends: ["@react-native-community"],
};
7 changes: 6 additions & 1 deletion examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@
"@babel/core": "^7.21.0",
"@lingui/cli": "^4.1.2",
"@lingui/macro": "^4.1.2",
"@react-native-community/eslint-config": "^3.2.0",
"@types/react": "~18.0.14",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"babel-plugin-macros": "^3.1.0",
"prettier": "^2.8.4",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-ft-flow": "^2.0.3",
"prettier": "^2.8.8",
"typescript": "^4.9.4"
},
"private": true
Expand Down
Loading

1 comment on commit ff96df4

@vercel
Copy link

@vercel vercel bot commented on ff96df4 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.