react-native-earl-gamepad 0.5.1 → 0.5.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.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
# react-native-earl-gamepad
|
|
2
|
+

|
|
3
|
+

|
|
4
|
+

|
|
2
5
|
|
|
3
6
|
WebView-based gamepad bridge for React Native. Polls `navigator.getGamepads()` in a hidden WebView and surfaces buttons, sticks, d-pad, and connection events to JS.
|
|
4
|
-
|
|
5
7
|
- Components: `GamepadBridge`, `useGamepad`, and `GamepadDebug`.
|
|
6
8
|
- Deadzone handling (default `0.15`) with auto-clear on disconnect.
|
|
7
9
|
- Typed events for buttons, axes, d-pad, and status.
|