fixing base64 error

This commit is contained in:
Blake Kaufman
2025-09-29 21:47:49 -04:00
parent 39e4bae985
commit 3fce41e82b
4 changed files with 20 additions and 1 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ import 'react-native-get-random-values';
import 'react-native-gesture-handler';
import '@azure/core-asynciterator-polyfill';
//neeed for encription + spark
import 'react-native-quick-base64';
import {Buffer} from '@craftzdog/react-native-buffer';
global.Buffer = Buffer;