Skip to content

Commit 03c2bab

Browse files
committed
added react-native-fast-base64 as a peerdependency for react native support
1 parent b1bd065 commit 03c2bab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bun.lockb

24 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
},
5656
"peerDependencies": {
5757
"react-native": "0.74.5",
58-
"react-native-tcp-socket": "^6.2.0"
58+
"react-native-tcp-socket": "^6.2.0",
59+
"react-native-fast-base64": "*"
5960
},
6061
"devDependencies": {
6162
"@types/bun": "^1.1.1",

0 commit comments

Comments
 (0)