Skip to content

Commit 5aa0c63

Browse files
committed
chore (doc): add versions for the env tools
1 parent 7a82b92 commit 5aa0c63

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Aussie React Native Demo
22

3+
<p align="center">
4+
<a href="https://www.npmjs.com/package/react-native"><img src="https://img.shields.io/badge/react--native-v0.80.0-61DAFB?style=flat-square&logo=react" alt="React Native"></a>
5+
<a href="https://nodejs.org/"><img src="https://img.shields.io/badge/node-v22.0.0-339933?style=flat-square&logo=node.js" alt="Node.js"></a>
6+
<a href="https://www.ruby-lang.org/"><img src="https://img.shields.io/badge/ruby-v3.4.7-CC342D?style=flat-square&logo=ruby" alt="Ruby"></a>
7+
<a href="https://cocoapods.org/"><img src="https://img.shields.io/badge/cocoapods-1.16.2-FA2A00?style=flat-square&logo=cocoapods" alt="CocoaPods"></a>
8+
<a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/typescript-v5.0.4-3178C6?style=flat-square&logo=typescript" alt="TypeScript"></a>
9+
</p>
10+
11+
## Requirements
12+
13+
Apps using this project require the following versions:
14+
15+
- **react-native**: v0.80.0
16+
- **node**: v22.0.0
17+
- **ruby**: v3.4.7
18+
- **cocoapods**: 1.16.2
19+
- **typescript**: v5.0.4
20+
21+
---
22+
323
Demo mobile app scaffold for Aussie, built with **React Native v0.80.0**. It showcases navigation, theming, global state management, persisted storage, testing, and CI wiring that you can expand into a production-ready app.
424

525
## Screens

0 commit comments

Comments
 (0)