aleluiah

Results 8 comments of aleluiah

check out Fix building RN with new architecture on Windows boxes by using relative paths for C++ sources https://github.com/facebook/react-native/pull/33784 this technique was used for react native to fix long path...

i later realised the nativeSoundManager return true but it was just an empty object with no method or properties. also hermes and fabric is enabled

exactly the same issue am facing visual studio developer command prompt also failed after carefully following the linked instruction

when i set the hermesCommand variable and run bundleRelease i get the following error :ReactAndroid:hermes-engine:buildCMakeMinSizeRel[arm64-v8a][libhermes] FAILED C/C++: ninja: error: 'C:/Users/alade/Desktop/Cliqueon/node_modules/react-native/ReactAndroid/hermes-engine/build/hermes/bin/MinSizeRel/hermesc.exe', needed by 'lib/InternalBytecode/InternalBytecode.hbc', missing and no known rule to make...

Good day folks @JoseLion said he was able to reproduce the error and fix the issue check out the link below to see how he did it https://github.com/facebook/react-native/issues/34116. special thanks...

@jslok you do not need to add the hermesCommand line. clean your build or create a fresh project and use the pr

@jslok modified your node modules react-native react.gradle file directly. the downside to this approach is that the changes won't persist in your react.gradle file but at least you would be...

for example method toList() is not found in react native 0.69.1 but compiles on react-native 0.64.2