We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f340de commit 8db7662Copy full SHA for 8db7662
README.md
@@ -133,6 +133,7 @@ The `useSyncQueriesExternal` hook accepts the following options:
133
| `deviceId` | string | Yes | Unique identifier for your device |
134
| `extraDeviceInfo` | object | No | Additional device metadata to display in DevTools |
135
| `enableLogs` | boolean | No | Enable console logging for debugging (default: false) |
136
+| `isDevice` | boolean | No | Set to true if this is a device (default: false) |
137
| `envVariables` | object | No | Environment variables to sync with DevTools |
138
| `mmkvStorage` | MmkvStorage | No | MMKV storage instance for real-time monitoring |
139
| `asyncStorage` | AsyncStorage | No | AsyncStorage instance for polling-based monitoring |
0 commit comments