Jeremy Green
Jeremy Green
We've been seeing memory leaks from the mBlobs HashMap in BlobModule.java for some time (with JavaScriptCore). This is one of the tickets for this: facebook/react-native#20352 We were expecting this to...
If we enable [androidx](https://developer.android.com/jetpack/androidx) in our app using: ``` android.useAndroidX=true ``` The blur library is making our build fail like this: ``` node_modules/@react-native-community/blur/android/src/main/java/com/cmcewen/blurview/BlurringView.java:10: error: package android.support.v8.renderscript does not exist >...
This aims to fix https://github.com/iandotkelly/nlf/issues/62. I found that synk-resolve-deps was OK with alias versions if use latest version: https://github.com/jgreen210/snyk-resolve-deps-version-aliases/commit/89db7033c0ca3a28ed72765e67ed0ec3eeb3e699 ...but gives the error are seeing from nlf if use the...
https://github.com/arnif/react-native-hour-format/commit/33c63cbed1eac427701441dc557c0fbadac2e226 fixes the following build error: ``` node_modules/react-native-hour-format/ios/RNHourFormat.h:8:9: 'React/RCTBridgeModule.h' file not found ``` ...by adding a podspec dependency on React, but puts the podspec in the wrong place. It should...
**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** Concurrently-running react-native builds often fail with e.g.: ``` ENOENT: no such file or...