From 7ad0ea59c49b1ea5030306eca8992cae31726688 Mon Sep 17 00:00:00 2001 From: Balthazar33 <40452950+Balthazar33@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:35:42 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7a79692..11764f19 100644 --- a/README.md +++ b/README.md @@ -1291,6 +1291,7 @@ Useful React Native tooling. * [react-hook-hooker](https://github.com/fjcaetano/react-hook-hooker) - A nifty little HOC to add hooks to your React components. * [React Native Elements Playground 🚀](https://react-native-elements.js.org/) - Tinker with `react-native-elements` components in the web. * [SimpleLocalize CLI](https://github.com/simplelocalize/simplelocalize-cli) - An open source Localization CLI tool for finding i18n keys in project files. +* [rnx-gen](https://www.npmjs.com/package/rnx-gen) - A [NestJS](https://nestjs.com/)-style opinionated resources generator to generate screens, components, slices, hooks, and redux files with boilerplate code. ## Seeds From fb4212d23b76df675319854e84335b9479c84959 Mon Sep 17 00:00:00 2001 From: Balthazar33 <40452950+Balthazar33@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:36:16 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11764f19..87a6ce56 100644 --- a/README.md +++ b/README.md @@ -1291,7 +1291,7 @@ Useful React Native tooling. * [react-hook-hooker](https://github.com/fjcaetano/react-hook-hooker) - A nifty little HOC to add hooks to your React components. * [React Native Elements Playground 🚀](https://react-native-elements.js.org/) - Tinker with `react-native-elements` components in the web. * [SimpleLocalize CLI](https://github.com/simplelocalize/simplelocalize-cli) - An open source Localization CLI tool for finding i18n keys in project files. -* [rnx-gen](https://www.npmjs.com/package/rnx-gen) - A [NestJS](https://nestjs.com/)-style opinionated resources generator to generate screens, components, slices, hooks, and redux files with boilerplate code. +* [rnx-gen](https://www.npmjs.com/package/rnx-gen) - A NestJS-style opinionated resources generator to generate screens, components, slices, hooks, and redux files with boilerplate code. ## Seeds