Skip to content

Commit

Permalink
chore: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaykumar97 committed Jun 19, 2024
1 parent 45fe55c commit 238f4ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ A starter kit for initializing a new React-Native project to save at least 1 wee
- Responsive UI using flexbox and [react-native-size-matters](https://github.com/nirsky/react-native-size-matters#readme)
- SVG files support using [react-native-svg](https://github.com/software-mansion/react-native-svg#readme) and [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer#readme)
- [Logger](https://github.com/ajaykumar97/react-native-simple-logger) to log data more clearly using coloured logs in Chrome Debugger
- [Net Info](https://github.com/react-native-netinfo/react-native-netinfo) to listen for network conditions updates.
- [React Hook Form](https://github.com/react-hook-form/react-hook-form) and [Yup](https://www.npmjs.com/package/yup) for form state management and validation.

## Prerequisite
1. Make sure that you have followed the environment setup instructions properly from the official [React Native docs](https://reactnative.dev/docs/environment-setup).
Expand All @@ -57,7 +59,7 @@ npm uninstall -g react-native-cli

## Quick start

Generate a new React Native(**v0.73**) app using the **@ajaysidhu/react-native-template**:
Generate a new React Native(**v0.74**) app using the **@ajaysidhu/react-native-template**:

```shell
npx react-native init myapp --template @ajaysidhu/react-native-template --skip-install
Expand Down
2 changes: 2 additions & 0 deletions website/docs/key-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ sidebar_position: 2
- Responsive UI using flexbox and [react-native-size-matters](https://github.com/nirsky/react-native-size-matters#readme)
- SVG files support using [react-native-svg](https://github.com/software-mansion/react-native-svg#readme) and [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer#readme)
- [Logger](https://github.com/ajaykumar97/react-native-simple-logger) to log data more clearly using coloured logs in Chrome Debugger
- [Net Info](https://github.com/react-native-netinfo/react-native-netinfo) to listen for network conditions updates.
- [React Hook Form](https://github.com/react-hook-form/react-hook-form) and [Yup](https://www.npmjs.com/package/yup) for form state management and validation.

0 comments on commit 238f4ba

Please sign in to comment.