mirror of
https://github.com/laurent22/joplin.git
synced 2025-03-03 15:32:30 +02:00
This reverts commit 40e0037d500c63b2695e0f07abf26cbe5322678d. It doesn't build on Android: > Task :react-native-reanimated:buildCMakeRelWithDebInfo[arm64-v8a] FAILED C/C++: ninja: error: '../../../../build/third-party-ndk/hermes/jni/arm64-v8a/libhermes.so', needed by '../../../../build-main/intermediates/cxx/RelWithDebInfo/6w4f694p/obj/arm64-v8a/libreanimated.so', missing and no known rule to make it
4 lines
76 B
JavaScript
4 lines
76 B
JavaScript
module.exports = {
|
|
presets: ['module:metro-react-native-babel-preset'],
|
|
};
|