react-native-football-formation 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,6 +6,12 @@ A highly customizable React Native component for displaying football/soccer team
6
6
  ![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)
7
7
  ![License](https://img.shields.io/badge/license-MIT-green)
8
8
 
9
+ ## Demo
10
+
11
+ <p align="center">
12
+ <img src="formation-demo.png" alt="Football Formation Demo" width="400" />
13
+ </p>
14
+
9
15
  ## Features
10
16
 
11
17
  ✅ **24 Supported Formations** - All major tactical formations (4-3-3, 4-2-3-1, 3-5-2, etc.)
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-football-formation",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A highly customizable React Native component for displaying football/soccer team formations with player positions and match statistics",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,7 +12,8 @@
12
12
  "dist",
13
13
  "src",
14
14
  "README.md",
15
- "LICENSE"
15
+ "LICENSE",
16
+ "formation-demo.png"
16
17
  ],
17
18
  "scripts": {
18
19
  "build": "tsc && npm run copy-assets",