From 72e22a2427b7c2f9db0b66dadee22bfb6e1d4bb6 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 11 Apr 2024 22:15:17 -0700 Subject: [PATCH] revert babel changes --- babel.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/babel.config.js b/babel.config.js index 785aee02cb..43b2c7bce3 100644 --- a/babel.config.js +++ b/babel.config.js @@ -42,9 +42,7 @@ module.exports = function (api) { platform: './src/platform', state: './src/state', view: './src/view', - crypto: 'react-native-quick-crypto', - stream: 'stream-browserify', - buffer: '@craftzdog/react-native-buffer', + crypto: './src/platform/crypto.ts', }, }, ],