Skip to content

Commit 5e34ae6

Browse files
committed
chore: updated readme
1 parent 2471335 commit 5e34ae6

3 files changed

Lines changed: 19 additions & 11 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,18 @@ Check out the [documentation website](https://ajaykumar97.github.io/react-native
105105

106106
If you want to extend the setup further to configure Google Service files for **Development**, **Testing**, **Staging** and **Production** environments, you can follow my [this](https://medium.com/swlh/part-3-configure-bundle-ids-app-name-and-google-service-files-94aed34bbca5) Medium post.
107107

108-
## Need further help?
109-
Thank you for choosing our React Native Template for your mobile app development needs. We're thrilled to contribute to your project's success!
108+
## Maintenance & Updates
109+
This template is not on an automated or scheduled upgrade cycle. It is intentionally kept stable and only updated when:
110+
- A breaking React Native or dependency change requires it, or
111+
- Someone explicitly requests a newer version
110112

111-
Should you encounter any issues, have questions, or need further assistance using our package to initialise your new mobile app, please don't hesitate to reach out. Our team at Diligentic Infotech is here to help you every step of the way.
113+
This repository exists to demonstrate architecture, tooling, and engineering practices, not to chase every weekly package release.
112114

113-
Feel free to visit our website [Diligentic Infotech](https://diligentic.com/get-in-touch) to learn more about our services and how we can support your mobile app development journey.
115+
If you need this template upgraded to a specific React Native version or dependency set, request it [here](https://forms.gle/WdZSojBQ6h4MYW2VA).
114116

115-
Happy coding, and we look forward to hearing from you!
117+
When a request comes in, I update the template to the latest stable stack and push a new release.
118+
119+
Happy coding, and I look forward to hearing from you!
116120

117121
## Roadmap
118122
- [x] Add [react-native-keychain](https://github.com/oblador/react-native-keychain) for secured user data storage

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You've successfully run and modified your React Native App. :partying_face:
6363

6464
# Troubleshooting
6565

66-
If you can't get this to work, feel free to [get in touch](https://diligentic.com/get-in-touch).
66+
If you can't get this to work, feel free to [get in touch](https://forms.gle/WdZSojBQ6h4MYW2VA).
6767

6868
# Learn More
6969

website/docs/getting-started.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,18 @@ If you want to extend the setup further to configure different Google Service fi
7272
## Make your own template
7373
Enjoying this awesome template feature of `react-native-cli` and want to build your own react-native-template? No worries! I have written a dedicated post to create your own `react-native-template` based your own project needs. You can give it a read [here](https://hackernoon.com/how-to-quickly-create-a-custom-template-in-react-native-4up340g).
7474

75-
## Need further help?
76-
Thank you for choosing our React Native Template for your mobile app development needs. We're thrilled to contribute to your project's success!
75+
## Maintenance & Updates
76+
This template is not on an automated or scheduled upgrade cycle. It is intentionally kept stable and only updated when:
77+
- A breaking React Native or dependency change requires it, or
78+
- Someone explicitly requests a newer version
7779

78-
Should you encounter any issues, have questions, or need further assistance using our package to initialise your new mobile app, please don't hesitate to reach out. Our team at Diligentic Infotech is here to help you every step of the way.
80+
This repository exists to demonstrate architecture, tooling, and engineering practices, not to chase every weekly package release.
7981

80-
Feel free to visit our website [Diligentic Infotech](https://diligentic.com/get-in-touch) to learn more about our services and how we can support your mobile app development journey.
82+
If you need this template upgraded to a specific React Native version or dependency set, request it [here](https://forms.gle/WdZSojBQ6h4MYW2VA).
8183

82-
Happy coding, and we look forward to hearing from you!
84+
When a request comes in, I update the template to the latest stable stack and push a new release.
85+
86+
Happy coding, and I look forward to hearing from you!
8387

8488
## Roadmap
8589
- [x] Add [react-native-keychain](https://github.com/oblador/react-native-keychain) for secured user data storage

0 commit comments

Comments
 (0)