RAM bundle friendly, bundle-time generated index.js
Перейти к файлу
Tommy Nguyen bdc8b765e6
react-native-lazy-index has moved (#234)
2022-03-23 09:50:27 +01:00
.github chore(deps): update actions/setup-node action to v3 (#231) 2022-03-15 16:59:25 +01:00
.vscode feat: Automagically load experiences on demand (#14) 2020-12-09 11:57:40 +01:00
.yarn/releases chore(deps): update yarn to v3.2.0 (#226) 2022-03-07 10:33:30 +01:00
src fix: ensure only JS files are parsed (#20) 2021-05-07 14:38:02 +02:00
test test: ensure only JS files are parsed (#21) 2021-05-09 22:24:11 +02:00
.gitattributes chore: upgrade to Yarn 3 (#90) 2021-07-28 17:10:28 +02:00
.gitignore chore: upgrade to Yarn 3 (#90) 2021-07-28 17:10:28 +02:00
.yarnrc.yml chore(deps): update yarn to v3.2.0 (#226) 2022-03-07 10:33:30 +01:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2019-10-30 05:47:45 -07:00
LICENSE Initial LICENSE commit 2019-10-30 05:47:47 -07:00
README.md react-native-lazy-index has moved (#234) 2022-03-23 09:50:27 +01:00
SECURITY.md Initial SECURITY.md commit 2019-10-30 05:47:48 -07:00
package.json chore(deps): update yarn to v3.2.0 (#226) 2022-03-07 10:33:30 +01:00
tsconfig.json test: ensure only JS files are parsed (#21) 2021-05-09 22:24:11 +02:00
yarn.lock fix(deps): update babel monorepo to v7.17.7 (#229) 2022-03-15 16:58:45 +01:00

README.md

react-native-lazy-index is now @rnx-kit/react-native-lazy-index

react-native-lazy-index has moved to rnx-kit, and has been renamed to @rnx-kit/react-native-lazy-index.

To migrate, simply replace react-native-lazy-index in package.json:

-    "react-native-lazy-index": "^2.1.1",
+    "@rnx-kit/react-native-lazy-index": "^2.1.1",