react-native-quick-base64 icon indicating copy to clipboard operation
react-native-quick-base64 copied to clipboard

A fast base64 module for React Native

Results 10 react-native-quick-base64 issues
Sort by recently updated
recently updated
newest added

Versions above 2.0.8 , I am getting below error while trying to run app, React native version is 0.70.5 `FAILURE: Build failed with an exception. * What went wrong: Could...

I have Exception in HostFunction: Input is not valid base64-encoded data only on iOS when I try to use `toByteArray` function

Any plans on supporting the new architecture? It is enabled by default in the next version of React Native 0.74. There is a discussion taking place [here](https://github.com/reactwg/react-native-new-architecture/discussions/167) among other library...

## Bug Description When the app is launched or reloaded, it will randomly crash, I have provided screenshots and demo code, it is very easy to reproduce this problem, initialize...

com.android.ide.common.process.ProcessException: ninja: Entering directory `C:\Users\user\Documents\PROJECTS\REACT_NATIVE\rn-project-main\node_modules\react-native-quick-base64\android\.cxx\Debug\545q7q39\arm64-v8a' ninja: build stopped: . C++ build system [build] failed while executing: @echo off ninja: error: mkdir(CMakeFiles/quickbase64.dir/C_/Users/user/Documents/PROJECTS/REACT_NATIVE): No such file or directory **_i am getting this...

I am not sure whats happening here but it does not let me build android. tried gradlew clean but that too stuck forever.

``` › Linking react-native-quick-base64 Pods/react-native-quick-base64 » react_native_quick_base64 ⚠️ ld: dylib (/Users/expo/Library/Developer/Xcode/DerivedData/FindingFocus-ewnqgjvlayshdtdnyyfxnerrizim/Build/Intermediates.noindex/ArchiveIntermediates/FindingFocus/BuildProductsPath/Release-iphoneos/React-Core/React.framework/React) was built for newer iOS version (12.4) than being linked (11.0) ❌ Undefined symbols for architecture arm64 ┌─ Symbol:...

This crash always happens if the base64 data is not 100% valid. This happens on Android, I didn't test iOS. ```js toByteArray("YXNkZgo=") // works toByteArray("YXNkZgo") // crash toByteArray("YXNkZgo==") // crash...

I am thinking it's just a matter of loading it in and creating a custom devclient

I have run the same byte arrays through js-base64 and cpp64 with those results: ``` LOG [82, 235, 19, 104, 164, 2, 214, 83, 201, 109, 220, 113, 198, 127,...