exotexot

Results 14 issues of exotexot

Hello, will there be support for react-native-windows?

bug

Im using the example from the README. Encryption works without issues. Decryption always fails. Im using RNFS to read a File, then passing the base64 encoded contents to the decrypt...

Hi, I'm using react-native-fs to download a PDF. Once the download is complete, the File is being parsed as base64, and then encrypted with react-native-aes. On completion the file is...

Hi, I'm porting a RN project to macOS using Catalyst, but I need to exclude the Net-info dependency before building, otherwise it will result in error during build process. See...

enhancement

Merging this PR https://github.com/react-native-segmented-control/segmented-control/pull/124 breaks the segmented Control component in windows. As there are no labels being displayed and segmented arent clickable.

Hello. I'm using the latest Strap 4.3.9 and dockerize. After loading the image and running docker-compose up it fails on the very last step of strapi build. `Building your admin...

Using NPM with dockerize fails es wrong esbuild platform is being referenced. #13 2.765 Building your admin UI with development configuration... #13 3.728 ℹ Compiling Webpack #13 3.976 HookWebpackError: #13...

Microsoft.Cpp.targets doesn't exist in the project vcxproj file. Any ideas on how to install it on the latest react-antive-windows versions ? (in my case its c++) but also for c#...

windows

### Description On react-native-windows I suspect react-native-reanimated to crash. Whereas on Android and iOS everything runs allright, rn-reanimated crashes on Windows with "unable to get property installcorefunctions of undefined or...

Missing repro
Platform: Web
🏠 Reanimated 2
Needs review

At the moment I change the theme after the Webviewer instance is running. I wonder if it is possible to define the theme in the Webviewer constructor, so that no...