Hello, thanks for creating this useful library. The build does not seem to work for Android devices: ``` CMake Error at CMakeLists.txt:14 (add_subdirectory): add_subdirectory given source "../externals/zstd/build/cmake" which is not an existing directory. ``` I believe this is due to including the directory here: https://github.com/Andarius/react-native-zstd/blob/main/android/CMakeLists.txt#L14 However this directory is not included in the package here: https://github.com/Andarius/react-native-zstd/blob/main/package.json#L17-L21 Let me know if this is an issue or if I've done something wrong
Hello, thanks for creating this useful library.
The build does not seem to work for Android devices:
I believe this is due to including the directory here: https://github.com/Andarius/react-native-zstd/blob/main/android/CMakeLists.txt#L14
However this directory is not included in the package here: https://github.com/Andarius/react-native-zstd/blob/main/package.json#L17-L21
Let me know if this is an issue or if I've done something wrong