native crypto setup

This commit is contained in:
Hailey
2024-04-10 08:32:01 -07:00
parent f7e8946fbf
commit e831bc1a9a
5 changed files with 25 additions and 29 deletions
+3 -1
View File
@@ -42,7 +42,9 @@ module.exports = function (api) {
platform: './src/platform',
state: './src/state',
view: './src/view',
crypto: './src/platform/crypto.ts',
crypto: 'react-native-quick-crypto',
stream: 'stream-browserify',
buffer: '@craftzdog/react-native-buffer',
},
},
],