Skip to content

Commit be83eab

Browse files
refactor: add wrapper over native module for better developer experience (#77)
- Make operationID and some parameters optional with sensible defaults - Unify event handling with .on/.off APIs and strong typing - Introduce typed errors for OpenIM (e.g., OpenIMApiError) to simplify app-level handling - export public types/constants (events, errors, entities, enums, params) via index
1 parent a10f25a commit be83eab

File tree

11 files changed

+1397
-511
lines changed

11 files changed

+1397
-511
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@
150150
]
151151
},
152152
"dependencies": {
153-
"uuid": "^9.0.1"
153+
"react-native-uuid": "^2.0.3"
154154
}
155155
}

0 commit comments

Comments
 (0)