Marc Rousavy

Results 191 issues of Marc Rousavy

Hey! I noticed this repo uses **react-native-crypto**, which itself uses **crypto-browserify** under the hood. **crypto-browserify** is a JS-based implementation for crypto, which is slower than Margelo's [**react-native-quick-crypto**](https://github.com/margelo/react-native-quick-crypto), since that uses...

Adds the `-w` option to the script, which excludes filamat from the CMake build (`-DFILAMENT_BUILD_FILAMAT=OFF`).

Hey! I noticed this repo uses **react-native-crypto**, which itself uses **crypto-browserify** under the hood. **crypto-browserify** is a JS-based implementation for crypto, which is slower than Margelo's [**react-native-quick-crypto**](https://github.com/margelo/react-native-quick-crypto), since that uses...

enhancement
good first issue
feature request

## 🐛 Bug Report When using the [`` component](https://reactnative.dev/docs/inputaccessoryview), the accessory view ([`UIResponder::inputAccessoryView`](https://developer.apple.com/documentation/uikit/uiresponder/1621119-inputaccessoryview)) either has a weird animation on push, or doesn't mount at all until the push animation has...

platform: iOS
type: accepted/bug

Hey! I noticed this repo uses **react-native-crypto**, which itself uses **crypto-browserify** under the hood. **crypto-browserify** is a JS-based implementation for crypto, which is slower than Margelo's [**react-native-quick-crypto**](https://github.com/margelo/react-native-quick-crypto), since that uses...

Hey! I noticed this repo uses react-native-crypto, which itself uses crypto-browserify under the hood. crypto-browserify is a JS-based implementation for crypto, which is slower than Margelo's [react-native-quick-crypto](https://github.com/margelo/react-native-quick-crypto), since this uses...

Adds `namespace` to `build.gradle` (this is required by Gradle 8, which RN 0.72 uses)

Hey! Thanks for this amazing plugin, I use TypeDoc to generate API documentation for [react-native-vision-camera](https://react-native-vision-camera.com)! ❤️ I am using `{@linkcode }` blocks, (see code [here](https://github.com/mrousavy/react-native-vision-camera/blob/a498144fd5786c6dba1d78730d362e0f675cbaf7/package/src/CameraProps.ts#L118)), but for some reason the...

As far as I understood, there has to be exactly one `` throughout the entire app, because only state under the same `RecoilRoot` tree is shared. I've tried to use...

## Describe the feature I believe the native `UIPageViewController` supports custom spring configurations, so it would be nice to expose those to React Native. In my case, I want the...

enhancement