react-native-earl-gamepad 0.7.1 → 0.7.2

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.
Files changed (2) hide show
  1. package/README.md +10 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -158,7 +158,16 @@ https://github.com/user-attachments/assets/6b073b65-9585-4168-8c2c-7ef06a7cf03a
158
158
 
159
159
  https://github.com/user-attachments/assets/b5a9d422-b143-4887-9a64-fb41edee731f
160
160
 
161
-
161
+ ## Example
162
+ ### Basic Game Showcasing `react-native-earl-gamepad`
163
+ [Github Repository Basic Game](https://github.com/Swif7ify/react-native-earl-gamepad-example)
164
+ ```sh
165
+ # external repo
166
+ git clone https://github.com/Swif7ify/react-native-earl-gamepad-example
167
+ cd react-native-earl-gamepad-example
168
+ npm install
169
+ npx expo start
170
+ ```
162
171
 
163
172
  ## API
164
173
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-earl-gamepad",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "React Native gamepad bridge via WebView (buttons, sticks, d-pad, status).",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",