안병훈

Results 13 comments of 안병훈

> We _should_ be doing most of that, e.g. https://github.com/actionhero/node-resque/blob/main/src/core/multiWorker.ts#L275-L277. There might be bugs! Can you share a way to reproduce that problem? Hi, evantahler. The worker has the `queueObject`...

> Hi @peteAhn! > > Yes, at the moment there are a few places in the code that don't work with Redis Cluster due to pipelining multiple commands together -...

For RN 0.77.2 Any patch on the above is not working. The following error still happened: ``` node_modules/react-native-exit-app/ios/RNExitApp/RNExitApp.h:10:9: 'ReactCodegen/RNExitAppSpec/RNExitAppSpec.h' file not found ```

Please check this in the [`React-RuntimeApple` Podspec](https://github.com/facebook/react-native/blob/1d945629bf6d04823a98b88c3050aadd938eb564/packages/react-native/ReactCommon/react/runtime/platform/ios/React-RuntimeApple.podspec#L41). The module name is changed if `use_frameworks` is used in the Podfile. It could be resolved by changing `React-RuntimeApple/` to `React_RuntimeApple/` when importing...

> > Please check this in the [`React-RuntimeApple` Podspec](https://github.com/facebook/react-native/blob/1d945629bf6d04823a98b88c3050aadd938eb564/packages/react-native/ReactCommon/react/runtime/platform/ios/React-RuntimeApple.podspec#L41). The module name is changed if `use_frameworks` is used in the Podfile. It could be resolved by changing `React-RuntimeApple/` to `React_RuntimeApple/`...

> > > > Please check this in the [`React-RuntimeApple` Podspec](https://github.com/facebook/react-native/blob/1d945629bf6d04823a98b88c3050aadd938eb564/packages/react-native/ReactCommon/react/runtime/platform/ios/React-RuntimeApple.podspec#L41). The module name is changed if `use_frameworks` is used in the Podfile. It could be resolved by changing `React-RuntimeApple/`...

The same error occurred with React Native 0.77.3 and React Native Navigation 8.3.0.