implemented frontend including separate message system; started to implement backend
This commit is contained in:
7
yjs-poll/node_modules/lib0/webcrypto.react-native.js
generated
vendored
Normal file
7
yjs-poll/node_modules/lib0/webcrypto.react-native.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// @ts-ignore
|
||||
import webcrypto from 'isomorphic-webcrypto/src/react-native'
|
||||
|
||||
webcrypto.ensureSecure()
|
||||
|
||||
export const subtle = webcrypto.subtle
|
||||
export const getRandomValues = webcrypto.getRandomValues.bind(webcrypto)
|
||||
Reference in New Issue
Block a user